[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated (b467684 -> 24374b
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated (b467684 -> 24374b2) |
Date: |
Wed, 16 Oct 2019 16:30:30 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a change to branch master
in repository deployment.
from b467684 fix?
new bc24b33 demo-auditor.service
new a59e646 worker-wallet.service
new faaa9b4 sites worker
new 270f9e3 lcov worker
new 69612a2 doc worker
new 387467d test-auditor worker
new 2ec6304 test-topper worker
new 24374b2 demo topper
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildbot-worker-demo-auditor.service | 13 +++++++++++++
buildbot-worker-demo-topper.service | 13 +++++++++++++
buildbot-worker-doc.service | 13 +++++++++++++
buildbot-worker-lcov.service | 13 +++++++++++++
buildbot-worker-sites.service | 13 +++++++++++++
buildbot-worker-test-auditor.service | 13 +++++++++++++
buildbot-worker-test-topper.service | 13 +++++++++++++
buildbot-worker-wallet.service | 13 +++++++++++++
8 files changed, 104 insertions(+)
create mode 100644 buildbot-worker-demo-auditor.service
create mode 100644 buildbot-worker-demo-topper.service
create mode 100644 buildbot-worker-doc.service
create mode 100644 buildbot-worker-lcov.service
create mode 100644 buildbot-worker-sites.service
create mode 100644 buildbot-worker-test-auditor.service
create mode 100644 buildbot-worker-test-topper.service
create mode 100644 buildbot-worker-wallet.service
diff --git a/buildbot-worker-demo-auditor.service
b/buildbot-worker-demo-auditor.service
new file mode 100644
index 0000000..1151b89
--- /dev/null
+++ b/buildbot-worker-demo-auditor.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for demo-auditor
+AssertPathExists=/home/demo-auditor/worker
+
+[Service]
+WorkingDirectory=/home/demo-auditor/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-demo-topper.service
b/buildbot-worker-demo-topper.service
new file mode 100644
index 0000000..ff3393b
--- /dev/null
+++ b/buildbot-worker-demo-topper.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for demo-topper
+AssertPathExists=/home/demo-reserve-topper/worker
+
+[Service]
+WorkingDirectory=/home/demo-reserve-topper/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-doc.service b/buildbot-worker-doc.service
new file mode 100644
index 0000000..e4f3a33
--- /dev/null
+++ b/buildbot-worker-doc.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for doc
+AssertPathExists=/home/docbuilder/worker
+
+[Service]
+WorkingDirectory=/home/docbuilder/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-lcov.service b/buildbot-worker-lcov.service
new file mode 100644
index 0000000..d182f5f
--- /dev/null
+++ b/buildbot-worker-lcov.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for lcov
+AssertPathExists=/home/lcovworker/worker
+
+[Service]
+WorkingDirectory=/home/lcovworker/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-sites.service b/buildbot-worker-sites.service
new file mode 100644
index 0000000..ea8dab0
--- /dev/null
+++ b/buildbot-worker-sites.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for sites
+AssertPathExists=/home/taler-websites/worker
+
+[Service]
+WorkingDirectory=/home/taler-websites/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-test-auditor.service
b/buildbot-worker-test-auditor.service
new file mode 100644
index 0000000..6cb1429
--- /dev/null
+++ b/buildbot-worker-test-auditor.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for test-auditor
+AssertPathExists=/home/test-auditor/worker
+
+[Service]
+WorkingDirectory=/home/test-auditor/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-test-topper.service
b/buildbot-worker-test-topper.service
new file mode 100644
index 0000000..e45823c
--- /dev/null
+++ b/buildbot-worker-test-topper.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for test-topper
+AssertPathExists=/home/test-reserve-topper/worker
+
+[Service]
+WorkingDirectory=/home/test-reserve-topper/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-wallet.service b/buildbot-worker-wallet.service
new file mode 100644
index 0000000..f86b349
--- /dev/null
+++ b/buildbot-worker-wallet.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for wallet
+AssertPathExists=/home/walletbuilder/worker
+
+[Service]
+WorkingDirectory=/home/walletbuilder/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [taler-deployment] branch master updated (b467684 -> 24374b2),
gnunet <=
- [GNUnet-SVN] [taler-deployment] 04/08: lcov worker, gnunet, 2019/10/16
- [GNUnet-SVN] [taler-deployment] 05/08: doc worker, gnunet, 2019/10/16
- [GNUnet-SVN] [taler-deployment] 07/08: test-topper worker, gnunet, 2019/10/16
- [GNUnet-SVN] [taler-deployment] 03/08: sites worker, gnunet, 2019/10/16
- [GNUnet-SVN] [taler-deployment] 01/08: demo-auditor.service, gnunet, 2019/10/16
- [GNUnet-SVN] [taler-deployment] 08/08: demo topper, gnunet, 2019/10/16
- [GNUnet-SVN] [taler-deployment] 02/08: worker-wallet.service, gnunet, 2019/10/16
- [GNUnet-SVN] [taler-deployment] 06/08: test-auditor worker, gnunet, 2019/10/16