diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-14 15:42:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-14 15:42:32 +0100 |
commit | b5d88fc2d1832fd27bdd7df0860c07ae3c61312c (patch) | |
tree | bc279533511c65d9f5dabdb1d03d7ee0bf156888 /contrib | |
parent | 468fc9d1a1bcf3eb771519a746c5e3218ee121e3 (diff) |
activating implementation of #6175
Diffstat (limited to 'contrib')
m--------- | contrib/gana | 0 | ||||
-rwxr-xr-x | contrib/gana-update.sh | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gana b/contrib/gana -Subproject 3501eb7b857d573258c1ab1c42d7e827c36cec9 +Subproject 912dc84dc52a1291b635e19da32c7c824719f8d diff --git a/contrib/gana-update.sh b/contrib/gana-update.sh index a5da6f1b1..196d4b530 100755 --- a/contrib/gana-update.sh +++ b/contrib/gana-update.sh @@ -10,9 +10,9 @@ 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 +fi +if ! diff contrib/gana/gnu-taler-error-codes/taler_error_codes.c src/util/taler_error_codes.c > /dev/null +then 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 |