do not upgrade gana to master on bootstrap (see #6839)

This commit is contained in:
Christian Grothoff 2021-04-09 16:36:35 +02:00
parent 5fc1764db3
commit 3251ca082a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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