[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: paused BB trigger
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: paused BB triggers red bar. |
Date: |
Tue, 19 Jun 2018 14:24: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 a146c17 paused BB triggers red bar.
a146c17 is described below
commit a146c1753befffe08724d5f165bd5ffdeacd483c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 19 14:24:29 2018 +0200
paused BB triggers red bar.
---
buildbot/build.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/buildbot/build.sh b/buildbot/build.sh
index c6ff84c..ae82501 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -12,7 +12,9 @@ PAUSE_LOCKFILE=/tmp/buildbot_pause.lock
if [ -f $PAUSE_LOCKFILE ]; then
echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to resume."
-exit 0
+# exit code 2 not really documented, just something
+# different from the classical 1 (it's not a error after all).
+exit 2
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: paused BB triggers red bar.,
gnunet <=