kopia lustrzana https://github.com/espressif/esp-idf
tools: Keep script behaviour
rodzic
13d9c483b3
commit
e5de1991d4
|
@ -38,6 +38,7 @@ tools/ci/check_idf_version.sh
|
||||||
tools/ci/check_ut_cmake_make.sh
|
tools/ci/check_ut_cmake_make.sh
|
||||||
tools/ci/checkout_project_ref.py
|
tools/ci/checkout_project_ref.py
|
||||||
tools/ci/envsubst.py
|
tools/ci/envsubst.py
|
||||||
|
tools/ci/get-full-sources.sh
|
||||||
tools/ci/mirror-submodule-update.sh
|
tools/ci/mirror-submodule-update.sh
|
||||||
tools/ci/multirun_with_pyenv.sh
|
tools/ci/multirun_with_pyenv.sh
|
||||||
tools/ci/push_to_github.sh
|
tools/ci/push_to_github.sh
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Now git submodules are redirected to mirror automatically according to relative URLs in .gitmodules
|
||||||
|
|
||||||
|
echo "WARNING: This script is deprecated. Use standard ways to obtain git submodules"
|
||||||
|
git submodule update --init
|
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
# Now git submodules are redirected to mirror automatically according to relative URLs in .gitmodules
|
# Now git submodules are redirected to mirror automatically according to relative URLs in .gitmodules
|
||||||
|
|
||||||
echo "WARNING: Deprecated. This script is no longer required."
|
echo "WARNING: This script is deprecated. Use standard ways to obtain git submodules"
|
||||||
|
git submodule update --init
|
||||||
|
|
Ładowanie…
Reference in New Issue