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: import buildbot m


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: import buildbot master creator script
Date: Fri, 06 Sep 2019 14:14:35 +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 83cbcc9  import buildbot master creator script
83cbcc9 is described below

commit 83cbcc9db600eef6cbbeb6f93c984851ec6efbe8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 6 14:14:24 2019 +0200

    import buildbot master creator script
---
 buildbot/make-buildbot-master.sh | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/buildbot/make-buildbot-master.sh b/buildbot/make-buildbot-master.sh
new file mode 100755
index 0000000..07eaa56
--- /dev/null
+++ b/buildbot/make-buildbot-master.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+if ! test "buildbot-master" = $(whoami); then
+  echo Only run as the 'buildbot-master' user.
+  exit 1
+fi
+
+cd
+if test -d ./master; then
+  echo 'master' base directory exists, not touching it and exiting.
+  exit 0
+fi
+
+if ! test -d $HOME/deployment; then
+  git clone git://git.taler.net/deployment.git
+fi
+
+buildbot create-master master
+cd master
+ln -s ../deployment/buildbot/master.cfg

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



reply via email to

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