commit a0be48f1570cc81832804a082a422e692f496ef1 parent e5a8ba09eff1dca367cd29b301a72fa5866a87c5 Author: HernĂ¢ni Marques <hernani@vecirex.net> Date: Wed, 6 May 2026 17:37:49 +0200 Adapt Makefile to have target stage.taler-ops.ch Diffstat:
| M | worker-sites/Makefile | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/worker-sites/Makefile b/worker-sites/Makefile @@ -1,6 +1,6 @@ BASE="${HOME}/taler-deployment/worker-sites" -all: www.taler.net-stamp twister.taler.net-stamp stage.taler.net-stamp docs.taler.net-stamp tutorials.taler.net-stamp docs.anastasis.lu-stamp taler-systems.com-stamp taler-ops.ch-stamp anastasis.lu-stamp map.taler-ops.ch-stamp +all: www.taler.net-stamp twister.taler.net-stamp stage.taler.net-stamp docs.taler.net-stamp tutorials.taler.net-stamp docs.anastasis.lu-stamp taler-systems.com-stamp taler-ops.ch-stamp stage.taler-ops.ch-stamp anastasis.lu-stamp map.taler-ops.ch-stamp stage.taler.net-stamp: ${BASE}/update_taler_stage.sh @@ -38,6 +38,10 @@ taler-ops.ch-stamp: ${BASE}/update_taler-ops.sh touch $@ +stage.taler-ops.ch-stamp: + ${BASE}/update_taler-ops_stage.sh + touch $@ + map.taler-ops.ch-stamp: ${BASE}/update_buywith_page.sh touch $@