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: paused BB treated


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: paused BB treated as hard error (code 1 returned).
Date: Mon, 03 Jun 2019 12:24:14 +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 e361b67  paused BB treated as hard error (code 1 returned).
e361b67 is described below

commit e361b67ab4f6ef25a6387674494f76eced031563
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 3 12:20:26 2019 +0200

    paused BB treated as hard error (code 1 returned).
    
    This should prevent dependent schedulers to fire up.
---
 buildbot/build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh
index 4e5f22c..382c2fc 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -9,9 +9,9 @@ PAUSE_LOCKFILE=/tmp/buildbot_pause.lock
 
 if [ -f $PAUSE_LOCKFILE ]; then
 echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to resume."
-# exit code 2 not really documented, just something
-# different from the classical 1 (it's not a error after all).
-exit 2
+
+# Treat this as error, so dependent schedulers won't fire up.
+exit 1
 fi
 
 source "${HOME}/activate"

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



reply via email to

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