commit 259bf25ccccb219f4e1f871614c3dd4bd996c6bb
parent 6d56fde89d7b5389b9893095d235acd01d7b1a36
Author: buckE <buckE@disroot.org>
Date: Fri, 19 Jun 2020 07:34:00 +0000
add location of workers
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -49,6 +49,7 @@ c["workers"] = [
##
# This worker restarts the buildmaster itself on
# changes to this file.
+ # Location: /home/buildbot-master @ taler.net
worker.Worker("buildmaster-worker", "buildmaster-pass"),
##
@@ -63,7 +64,7 @@ c["workers"] = [
##
# This worker builds manuals / API docs / tutorials.
- #
+ # Location: /home/docbuilder @ taler.net
worker.Worker("doc-worker", "doc-pass"),
##
@@ -105,12 +106,12 @@ c["workers"] = [
##
# testing buildbot using the "buildslavetest" user (for no specific reason except it exists)
- # Home: `buidlslavetest` @ taler.net
+ # Location: /home/buidlslavetest @ taler.net
worker.Worker("buildslavetest-worker", "Gei8naiyox4uuhoo"),
##
# linkchecker worker checks for dead links in the Website
- # Home: linkchecker@taler.net
+ # Location: /home/linkchecker @ taler.net
worker.Worker("linkchecker-worker", "linkchecker-pass")
]