[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] 33/39: sandcastle-ng: update tags
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] 33/39: sandcastle-ng: update tags |
Date: |
Thu, 11 Jan 2024 14:00:06 +0100 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a commit to branch master
in repository sandcastle-ng.
commit 74d5fc489fec98da96d3a8888ff3d26b699f358c
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 10 13:49:42 2024 +0100
sandcastle-ng: update tags
---
buildconfig/exchange.tag | 2 +-
buildconfig/gnunet.tag | 2 +-
buildconfig/libeufin.tag | 2 +-
buildconfig/merchant.tag | 2 +-
buildconfig/wallet.tag | 2 +-
scripts/demo/setup-sandcastle.sh | 14 ++------------
6 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/buildconfig/exchange.tag b/buildconfig/exchange.tag
index 3698a46..07319cf 100644
--- a/buildconfig/exchange.tag
+++ b/buildconfig/exchange.tag
@@ -1 +1 @@
-v0.9.4-dev.4
+v0.9.4-dev.8
diff --git a/buildconfig/gnunet.tag b/buildconfig/gnunet.tag
index c301785..d0f21db 100644
--- a/buildconfig/gnunet.tag
+++ b/buildconfig/gnunet.tag
@@ -1 +1 @@
-v0.21.0-talerdev.2
+v0.21.0-talerdev.4
diff --git a/buildconfig/libeufin.tag b/buildconfig/libeufin.tag
index be571b2..67c0387 100644
--- a/buildconfig/libeufin.tag
+++ b/buildconfig/libeufin.tag
@@ -1 +1 @@
-v0.9.3-dev.33
+v0.9.3-dev.34
diff --git a/buildconfig/merchant.tag b/buildconfig/merchant.tag
index 3698a46..41f902e 100644
--- a/buildconfig/merchant.tag
+++ b/buildconfig/merchant.tag
@@ -1 +1 @@
-v0.9.4-dev.4
+v0.9.4-dev.5
diff --git a/buildconfig/wallet.tag b/buildconfig/wallet.tag
index 6f00e66..3698a46 100644
--- a/buildconfig/wallet.tag
+++ b/buildconfig/wallet.tag
@@ -1 +1 @@
-v0.9.4-dev.1
+v0.9.4-dev.4
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index c2c25a1..e1b6626 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -364,18 +364,8 @@ echo 'GRANT USAGE ON SCHEMA _v TO
"taler-exchange-aggregator";' | sudo -i -u pos
echo 'GRANT SELECT ON ALL TABLES IN SCHEMA _v TO "taler-exchange-aggregator";'
| sudo -i -u postgres psql -f - ${EXCHANGE_DB}
-# # The ToS generator is currently borked, we don't generated ToS until that's
fixed.
-TOS_PATH=/usr/share/taler/terms
-if [[ ! -e "$TOS_PATH/stamp-generated" ]]; then
- # ToS generator is picky about the path that it is being run from
- cd $TOS_PATH
- taler-terms-generator -i exchange-tos-v0 -a "Taler Systems SA" -C "Taler
Systems SA" -p a4 -o $TOS_PATH -l en
- taler-terms-generator -i exchange-pp-v0 -a "Taler Systems SA" -C "Taler
Systems SA" -p a4 -o $TOS_PATH -l en
- taler-terms-generator -i exchange-tos-v0 -a "Taler Systems SA" -C "Taler
Systems SA" -p a4 -o $TOS_PATH
- taler-terms-generator -i exchange-pp-v0 -a "Taler Systems SA" -C "Taler
Systems SA" -p a4 -o $TOS_PATH
- touch "$TOS_PATH/stamp-generated"
- cd -
-fi
+taler-terms-generator -i /usr/share/taler/terms/exchange-tos-v0
+taler-terms-generator -i /usr/share/taler/terms/exchange-pp-v0
systemctl enable --now taler-exchange.target
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-sandcastle-ng] 15/39: sandcastle-ng: ensure apache2 is disabled, (continued)
- [taler-sandcastle-ng] 15/39: sandcastle-ng: ensure apache2 is disabled, gnunet, 2024/01/11
- [taler-sandcastle-ng] 20/39: sandcastle: libeufin dbinit, gnunet, 2024/01/11
- [taler-sandcastle-ng] 06/39: sandcastle-ng: make run script print to console, gnunet, 2024/01/11
- [taler-sandcastle-ng] 25/39: sandcastle-ng: add support for config overrides, gnunet, 2024/01/11
- [taler-sandcastle-ng] 34/39: sandcastle-ng: do not lift terms dir, generated terms now live in /var/lib/taler, gnunet, 2024/01/11
- [taler-sandcastle-ng] 31/39: sandcastle-ng: setup admin account properly, gnunet, 2024/01/11
- [taler-sandcastle-ng] 10/39: sandcastle-ng: increase default debt limits, gnunet, 2024/01/11
- [taler-sandcastle-ng] 37/39: sandcastle: use dbconfig helpers for libeufin/exchange/merchant, gnunet, 2024/01/11
- [taler-sandcastle-ng] 09/39: sandcastle-ng: add setup for test.taler.net, gnunet, 2024/01/11
- [taler-sandcastle-ng] 32/39: sandcastle-ng: add script printing version strings, gnunet, 2024/01/11
- [taler-sandcastle-ng] 33/39: sandcastle-ng: update tags,
gnunet <=
- [taler-sandcastle-ng] 30/39: bump GNUnet version, gnunet, 2024/01/11
- [taler-sandcastle-ng] 23/39: sandcastle: libeufin UI nav sites, gnunet, 2024/01/11
- [taler-sandcastle-ng] 24/39: bump libeufin, gnunet, 2024/01/11
- [taler-sandcastle-ng] 19/39: sandcastle: tags, gnunet, 2024/01/11
- [taler-sandcastle-ng] 22/39: sandcastle: update libeufin config, gnunet, 2024/01/11
- [taler-sandcastle-ng] 11/39: sandcastle-ng: suppress apt install dialogs, gnunet, 2024/01/11
- [taler-sandcastle-ng] 28/39: bump exchange version, gnunet, 2024/01/11
- [taler-sandcastle-ng] 36/39: sandcastle-ng: fix override loading, gnunet, 2024/01/11
- [taler-sandcastle-ng] 18/39: sandcastle: tags, gnunet, 2024/01/11
- [taler-sandcastle-ng] 12/39: sandcastle-ng: suppress more apt install dialogs, gnunet, 2024/01/11