do not upgrade gana to master on bootstrap
This commit is contained in:
parent
a1705fe421
commit
5fc1764db3
@ -7,6 +7,12 @@ if ! git --version >/dev/null; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
git submodule update --init
|
||||||
|
|
||||||
|
./contrib/gana-update.sh
|
||||||
|
|
||||||
|
|
||||||
./contrib/gana.sh
|
./contrib/gana.sh
|
||||||
|
|
||||||
# This is more portable than `which' but comes with
|
# This is more portable than `which' but comes with
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
# Run from exchange/ main directory.
|
# Run from exchange/ main directory.
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
git submodule update --init
|
|
||||||
|
|
||||||
cd contrib/gana
|
cd contrib/gana
|
||||||
git pull origin master
|
git pull origin master
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
./contrib/gana-update.sh
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
This file is part of TALER
|
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
|
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
|
terms of the GNU General Public License as published by the Free Software
|
||||||
|
Loading…
Reference in New Issue
Block a user