summaryrefslogtreecommitdiff
path: root/contrib/gana.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gana.sh')
-rwxr-xr-xcontrib/gana.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/contrib/gana.sh b/contrib/gana.sh
index e6fe32e0a..1055d778b 100755
--- a/contrib/gana.sh
+++ b/contrib/gana.sh
@@ -9,16 +9,4 @@ cd contrib/gana
git pull origin master
cd ../..
-# Generate taler-error-codes.h in gana and copy it to
-# src/include/taler_error_codes.h
-cd contrib/gana/gnu-taler-error-codes
-make
-cd ../../..
-if ! diff contrib/gana/gnu-taler-error-codes/taler_error_codes.h src/include/taler_error_codes.h > /dev/null
-then
- echo "Deploying latest new GANA database..."
- cp contrib/gana/gnu-taler-error-codes/taler_error_codes.h src/include/taler_error_codes.h
- cp contrib/gana/gnu-taler-error-codes/taler_error_codes.c src/util/taler_error_codes.c
-else
- echo "GANA database already up-to-date"
-fi
+./contrib/gana-update.sh