gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: adjust BB worker location


From: gnunet
Subject: [taler-deployment] branch master updated: adjust BB worker location
Date: Sat, 08 Aug 2020 12:06:07 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c9e1c32  adjust BB worker location
c9e1c32 is described below

commit c9e1c32ce4842aa70c0eb72e574c5de79c0705f8
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Sat Aug 8 15:36:02 2020 +0530

    adjust BB worker location
---
 systemd-services/buildbot-master.service                   | 6 +++---
 systemd-services/buildbot-worker-auditor.service           | 6 +++---
 systemd-services/buildbot-worker-buildmaster.service       | 6 +++---
 systemd-services/buildbot-worker-checker.service           | 6 +++---
 systemd-services/buildbot-worker-demo-topper.service       | 6 +++---
 systemd-services/buildbot-worker-doc.service               | 6 +++---
 systemd-services/buildbot-worker-lcov.service              | 6 +++---
 systemd-services/buildbot-worker-sites.service             | 6 +++---
 systemd-services/buildbot-worker-taler-healthcheck.service | 6 +++---
 systemd-services/buildbot-worker-taler.service             | 6 +++---
 systemd-services/buildbot-worker-test-topper.service       | 6 +++---
 systemd-services/buildbot-worker-wallet.service            | 6 +++---
 12 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/systemd-services/buildbot-master.service 
b/systemd-services/buildbot-master.service
index aadb428..60a8508 100644
--- a/systemd-services/buildbot-master.service
+++ b/systemd-services/buildbot-master.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/buildbot-master/master
 
 [Service]
 WorkingDirectory=/home/buildbot-master/
-ExecStart=/usr/local/bin/buildbot start --nodaemon master
-ExecReload=/usr/local/bin/buildbot sighup master
-ExecStop=/usr/local/bin/buildbot stop master
+ExecStart=/usr/bin/buildbot start --nodaemon master
+ExecReload=/usr/bin/buildbot sighup master
+ExecStop=/usr/bin/buildbot stop master
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-auditor.service 
b/systemd-services/buildbot-worker-auditor.service
index 8e350e1..44254b4 100644
--- a/systemd-services/buildbot-worker-auditor.service
+++ b/systemd-services/buildbot-worker-auditor.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/worker
 
 [Service]
 WorkingDirectory=%h
-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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-buildmaster.service 
b/systemd-services/buildbot-worker-buildmaster.service
index 7d66ac2..4a642b6 100644
--- a/systemd-services/buildbot-worker-buildmaster.service
+++ b/systemd-services/buildbot-worker-buildmaster.service
@@ -4,9 +4,9 @@ AssertPathExists=/home/buildbot-master/worker
 
 [Service]
 WorkingDirectory=/home/buildbot-master/worker
-ExecStart=/usr/local/bin/buildbot start --nodaemon master
-ExecReload=/usr/local/bin/buildbot sighup master
-ExecStop=/usr/local/bin/buildbot stop master
+ExecStart=/usr/bin/buildbot start --nodaemon master
+ExecReload=/usr/bin/buildbot sighup master
+ExecStop=/usr/bin/buildbot stop master
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-checker.service 
b/systemd-services/buildbot-worker-checker.service
index 80a1e75..b9f0d7d 100644
--- a/systemd-services/buildbot-worker-checker.service
+++ b/systemd-services/buildbot-worker-checker.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/worker
 
 [Service]
 WorkingDirectory=%h
-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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-demo-topper.service 
b/systemd-services/buildbot-worker-demo-topper.service
index ff3393b..aebb5a0 100644
--- a/systemd-services/buildbot-worker-demo-topper.service
+++ b/systemd-services/buildbot-worker-demo-topper.service
@@ -4,9 +4,9 @@ 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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-doc.service 
b/systemd-services/buildbot-worker-doc.service
index e4f3a33..5de5ca4 100644
--- a/systemd-services/buildbot-worker-doc.service
+++ b/systemd-services/buildbot-worker-doc.service
@@ -4,9 +4,9 @@ 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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-lcov.service 
b/systemd-services/buildbot-worker-lcov.service
index d182f5f..4aec57f 100644
--- a/systemd-services/buildbot-worker-lcov.service
+++ b/systemd-services/buildbot-worker-lcov.service
@@ -4,9 +4,9 @@ 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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-sites.service 
b/systemd-services/buildbot-worker-sites.service
index ea8dab0..620cfcd 100644
--- a/systemd-services/buildbot-worker-sites.service
+++ b/systemd-services/buildbot-worker-sites.service
@@ -4,9 +4,9 @@ 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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-taler-healthcheck.service 
b/systemd-services/buildbot-worker-taler-healthcheck.service
index 00ab298..e91b6c5 100644
--- a/systemd-services/buildbot-worker-taler-healthcheck.service
+++ b/systemd-services/buildbot-worker-taler-healthcheck.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/worker
 
 [Service]
 WorkingDirectory=%h
-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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-taler.service 
b/systemd-services/buildbot-worker-taler.service
index b16b99a..07cf2f1 100644
--- a/systemd-services/buildbot-worker-taler.service
+++ b/systemd-services/buildbot-worker-taler.service
@@ -4,9 +4,9 @@ AssertPathExists=%h/bb-worker
 
 [Service]
 WorkingDirectory=%h
-ExecStart=/usr/local/bin/buildbot-worker start --nodaemon bb-worker
-ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon bb-worker
-ExecStop=/usr/local/bin/buildbot-worker stop bb-worker
+ExecStart=/usr/bin/buildbot-worker start --nodaemon bb-worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon bb-worker
+ExecStop=/usr/bin/buildbot-worker stop bb-worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-test-topper.service 
b/systemd-services/buildbot-worker-test-topper.service
index e45823c..e54aacc 100644
--- a/systemd-services/buildbot-worker-test-topper.service
+++ b/systemd-services/buildbot-worker-test-topper.service
@@ -4,9 +4,9 @@ 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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]
diff --git a/systemd-services/buildbot-worker-wallet.service 
b/systemd-services/buildbot-worker-wallet.service
index f86b349..8cd9647 100644
--- a/systemd-services/buildbot-worker-wallet.service
+++ b/systemd-services/buildbot-worker-wallet.service
@@ -4,9 +4,9 @@ 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
+ExecStart=/usr/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/bin/buildbot-worker stop worker
 Restart=always
 
 [Install]

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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