commit ea799ef5a91440ddc4b303f05841ddea4c6afd09 parent 1a73d4d1904f6178102ce29aedc06a88a06e2ad2 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 13 Sep 2019 21:08:37 +0200 revert last change Diffstat:
| M | bootstrap-auditorreporter | | | 8 | -------- |
| M | bootstrap-reservetopper | | | 8 | -------- |
2 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/bootstrap-auditorreporter b/bootstrap-auditorreporter @@ -100,11 +100,3 @@ ln -sf ../deployment/taler-build/invalidate.sh stamps/ if [[ ! -d "worker" ]]; then buildbot-worker create-worker $HOME/worker localhost:9989 "$ENVNAME-auditor-worker" "$ENVNAME-auditor-pass" fi - -# We fake all the stamps for those repositories that -# are not needed for the activity of this user. This -# way, taler-deployment-build will skip them. - -for stamp in auditor backoffice blog donations survey playground twister merchant; do - touch stamps/$stamp-stamp -done diff --git a/bootstrap-reservetopper b/bootstrap-reservetopper @@ -100,11 +100,3 @@ ln -sf ../deployment/taler-build/invalidate.sh stamps/ if [[ ! -d "worker" ]]; then buildbot-worker create-worker $HOME/worker localhost:9989 "$ENVNAME-topper-worker" "$ENVNAME-topper-pass" fi - -# We fake all the stamps for those repositories that -# are not needed for the activity of this user. This -# way, taler-deployment-build will skip them. - -for stamp in auditor backoffice blog donations survey playground twister merchant; do - touch stamps/$stamp-stamp -done