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: Bootstrap demo-ch


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Bootstrap demo-checker worker
Date: Fri, 13 Sep 2019 11:44:27 +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 d048cb9  Bootstrap demo-checker worker
d048cb9 is described below

commit d048cb9ba2f4cfa8f474e8be873fefebffa98406
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 11:44:19 2019 +0200

    Bootstrap demo-checker worker
---
 bootstrap-demochecker | 18 ++++++++++++++++++
 buildbot/master.cfg   | 21 ++++-----------------
 2 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/bootstrap-demochecker b/bootstrap-demochecker
new file mode 100755
index 0000000..e4c4d7a
--- /dev/null
+++ b/bootstrap-demochecker
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# Bootstrap the Taler setup for the user account that
+# is currently logged in.
+
+# Generates a setup for a single user,
+# including a postgresql DB.
+
+set -eu
+
+if [[ "demo-checker" != $(whoami) ]] ; then
+  echo "Please run this script as the 'demo-checker' user"
+fi
+
+
+if [[ ! -d worker ]]; then
+  buildbot-worker create-worker --umask=0o22 ~/worker localhost:9989 
demo-worker demo-pass
+fi
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 03d67ae..702049e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -33,7 +33,7 @@ c["workers"] = [
     worker.Worker("doc-worker", "doc-pass"),
 
     ##
-    # This worker builds Websites: www/stage & docs-landing.
+    # This worker builds Websites: www and stage.
     #
     worker.Worker("sites-worker", "sites-pass"),
 
@@ -42,8 +42,8 @@ c["workers"] = [
     worker.Worker("test-worker", "test-pass"),
 
     ##
-    # This worker builds Taler for the 'green' color under
-    # the 'test' deployment.
+    # FIXME: who runs this?
+    #
     worker.Worker("topper-worker", "topper-pass"),
 
     ##
@@ -52,8 +52,7 @@ c["workers"] = [
     worker.Worker("demo-worker", "demo-pass"),
 
     ##
-    # This worker compiles the auditor reports for the "green"
-    # deployment.
+    # This worker compiles the auditor reports for the test environment.
     worker.Worker("test-auditor-worker", "test-auditor-pass"),
 
     ##
@@ -65,18 +64,6 @@ c["workers"] = [
     # This worker compiles the auditor reports for the "blue"
     # demo deployment.
     worker.Worker("demo-auditor-worker-blue", "demo-auditor-blue-pass"),
-
-    ##
-    # The following workers were rarely/never used; excluding
-    # for now.
-
-    ##
-    # Just a debug worker that responds to pushes made at help.git
-    # worker.Worker("debug-worker", "debug-pass"),
-
-    # worker.Worker("lint-worker", "lint-pass"),
-    # worker.Worker("selenium-worker", "selenium-pass"),
-    # worker.Worker("wallet-worker", "wallet-pass"),
 ]
 
 

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



reply via email to

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