do not upgrade gana to master on bootstrap

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

View File

@ -7,6 +7,12 @@ if ! git --version >/dev/null; then
exit 1
fi
git submodule update --init
./contrib/gana-update.sh
./contrib/gana.sh
# This is more portable than `which' but comes with

View File

@ -3,10 +3,6 @@
# Run from exchange/ main directory.
set -eu
git submodule update --init
cd contrib/gana
git pull origin master
cd ../..
./contrib/gana-update.sh

View File

@ -1,6 +1,6 @@
/*
This file is part of TALER
Copyright (C) 2014, 2015, 2016, 2020 Taler Systems SA
Copyright (C) 2014, 2015, 2016, 2020, 2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software