[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: Lockfile-based Bu
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: Lockfile-based Buildbot pausing mechanism. |
Date: |
Tue, 19 Jun 2018 14:06:52 +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 9b9193d Lockfile-based Buildbot pausing mechanism.
9b9193d is described below
commit 9b9193d38b6cfe52cd6e9da275c35ae0ff6bc3b8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 19 14:05:23 2018 +0200
Lockfile-based Buildbot pausing mechanism.
---
buildbot/build.sh | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/buildbot/build.sh b/buildbot/build.sh
index f04240f..c6ff84c 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -8,4 +8,11 @@ if test $active = "test-blue"; then
nonactive="test-green"
fi
+PAUSE_LOCKFILE=/tmp/buildbot_pause.lock
+
+if [ -f $PAUSE_LOCKFILE ]; then
+echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to resume."
+exit 0
+fi
+
sudo -u $nonactive bash -c 'source $HOME/activate; taler-deployment-build'
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: Lockfile-based Buildbot pausing mechanism.,
gnunet <=