do not upgrade gana to master on bootstrap (see #6839)
This commit is contained in:
parent
5fc1764db3
commit
3251ca082a
@ -8,13 +8,11 @@ if ! git --version >/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
git submodule update --init
|
echo "$0: Updating submodules"
|
||||||
|
echo | git submodule update --init
|
||||||
|
|
||||||
./contrib/gana-update.sh
|
./contrib/gana-update.sh
|
||||||
|
|
||||||
|
|
||||||
./contrib/gana.sh
|
|
||||||
|
|
||||||
# This is more portable than `which' but comes with
|
# This is more portable than `which' but comes with
|
||||||
# the caveat of not(?) properly working on busybox's ash:
|
# the caveat of not(?) properly working on busybox's ash:
|
||||||
existence()
|
existence()
|
||||||
|
@ -6,3 +6,5 @@ set -eu
|
|||||||
cd contrib/gana
|
cd contrib/gana
|
||||||
git pull origin master
|
git pull origin master
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
|
exec ./contrib/gana-update.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user