summaryrefslogtreecommitdiff
path: root/buildbot/build.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 13:32:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 13:33:31 +0100
commit7dacf67f5bde548220265fd70650be425c4e4ee0 (patch)
tree96653aaefbb87d164c0f354670b2f3a7134db16c /buildbot/build.sh
parentbaf34c9e9145f53cb06d2ee63bec3c43af687f02 (diff)
downloaddeployment-7dacf67f5bde548220265fd70650be425c4e4ee0.tar.gz
deployment-7dacf67f5bde548220265fd70650be425c4e4ee0.tar.bz2
deployment-7dacf67f5bde548220265fd70650be425c4e4ee0.zip
document deployment better, create systemd service for main test job, unify some systemd scripts via %h
Diffstat (limited to 'buildbot/build.sh')
-rwxr-xr-xbuildbot/build.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/buildbot/build.sh b/buildbot/build.sh
index 60e4ed5..5a1e8e9 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -2,14 +2,6 @@
set -eu
-PAUSE_LOCKFILE=/tmp/buildbot_pause.lock
-
-if [ -f $PAUSE_LOCKFILE ]; then
- echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to resume."
- # Treat this as error, so dependent schedulers won't fire up.
- exit 1
-fi
-
echo "Running taler-deployment bootstrap"
source "${HOME}/activate"
taler-deployment bootstrap