taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit c9e1c32ce4842aa70c0eb72e574c5de79c0705f8
parent 57fb67bee97906e41a2bbf16f51e265b4b0b136e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  8 Aug 2020 15:36:02 +0530

adjust BB worker location

Diffstat:
Msystemd-services/buildbot-master.service | 6+++---
Msystemd-services/buildbot-worker-auditor.service | 6+++---
Msystemd-services/buildbot-worker-buildmaster.service | 6+++---
Msystemd-services/buildbot-worker-checker.service | 6+++---
Msystemd-services/buildbot-worker-demo-topper.service | 6+++---
Msystemd-services/buildbot-worker-doc.service | 6+++---
Msystemd-services/buildbot-worker-lcov.service | 6+++---
Msystemd-services/buildbot-worker-sites.service | 6+++---
Msystemd-services/buildbot-worker-taler-healthcheck.service | 6+++---
Msystemd-services/buildbot-worker-taler.service | 6+++---
Msystemd-services/buildbot-worker-test-topper.service | 6+++---
Msystemd-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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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]