gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: bootstrap script for integrati


From: gnunet
Subject: [taler-deployment] branch master updated: bootstrap script for integration test
Date: Sun, 23 Feb 2020 14:12:23 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new acbfeb8  bootstrap script for integration test
acbfeb8 is described below

commit acbfeb837614b7b6c76f52ce8c42e8719283058a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 14:12:20 2020 +0100

    bootstrap script for integration test
---
 bootstrap-integration | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/bootstrap-integration b/bootstrap-integration
new file mode 100755
index 0000000..c9b0bd1
--- /dev/null
+++ b/bootstrap-integration
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# Bootstrap the Taler setup for the integration test ("CHECKER_FACTORY")
+
+
+set -eu
+
+if [[ ! -d worker ]]; then
+  buildbot-worker create-worker --umask=0o22 ~/worker localhost:9989 
checker-worker checker-pass
+fi
+
+mkdir -p ~/.config/systemd/user/
+cp systemd-services/buildbot-worker-checker.service ~/.config/systemd/user/
+
+systemctl --user daemon-reload || echo "Please use 'machinectl shell 
checker@.host' to log in to use this script"
+
+systemctl --user enable buildbot-worker-checker.service
+systemctl --user start buildbot-worker-checker.service

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



reply via email to

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