gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: skip unneeded bui


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: skip unneeded builds
Date: Fri, 13 Sep 2019 20:15:50 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3e0aeee  skip unneeded builds
3e0aeee is described below

commit 3e0aeeeb6bbef8d3fd7fc03d4f5f5d10b7609fd7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 20:15:43 2019 +0200

    skip unneeded builds
---
 bootstrap-auditorreporter | 8 ++++++++
 bootstrap-reservetopper   | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/bootstrap-auditorreporter b/bootstrap-auditorreporter
index 8519bca..074c50d 100755
--- a/bootstrap-auditorreporter
+++ b/bootstrap-auditorreporter
@@ -100,3 +100,11 @@ 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 ; do
+  touch stamps/$stamp-stamp
+done
diff --git a/bootstrap-reservetopper b/bootstrap-reservetopper
index d7fcc5f..752e6bd 100755
--- a/bootstrap-reservetopper
+++ b/bootstrap-reservetopper
@@ -100,3 +100,11 @@ 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 ; do
+  touch stamps/$stamp-stamp
+done

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]