commit 970db87dcbaed1d8cb2f672689489a584ca5ac92
parent aa5ea1c5a6f08fa3769f0786a76cf5120b26dd73
Author: buckE <buckE@disroot.org>
Date: Sun, 14 Jun 2020 05:44:29 +0000
buildbot command add
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/developers-manual.rst b/developers-manual.rst
@@ -339,6 +339,9 @@ Best Practices:
- When creating a new WORKER in the `master.cfg` file, leave a comment specifying the server and user account that this WORKER is called from. (At this time, taler.net is the only server used by this implementation, but it's still good practice.)
+- Create a worker from a shell account with this command: `buildbot-worker create-worker <workername> localhost <username> <password>`
+
+Then make sure there is a WORKER defined in master.cfg like: `worker.Worker("<username>", "<password>")``
Documentation Builder
---------------------