summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-10-23 17:05:23 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2017-10-23 17:05:23 +0200
commitb5639c983ede593c5fb094d55f82547eb9c15bf9 (patch)
tree41166718a7e488535ed5a47802198180efb8accb
parent7bb658941af24b12007096446e7d1f703fcb1e6e (diff)
downloaddeployment-b5639c983ede593c5fb094d55f82547eb9c15bf9.tar.gz
deployment-b5639c983ede593c5fb094d55f82547eb9c15bf9.tar.bz2
deployment-b5639c983ede593c5fb094d55f82547eb9c15bf9.zip
mention debug worker
-rw-r--r--doc/onboarding.texi11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index b954f9a..7c3df25 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -34,7 +34,7 @@ Texts. A copy of the license is included in the section entitled
@title Notes for taler.net admins and developers
@subtitle Version @value{VERSION}
@subtitle @value{UPDATED}
-@author Marcello Stanisci (@email{marcello.stanisci@@inria.fr})
+@author Marcello Stanisci (@email{stanisci.m@@gmail.com})
@page
@vskip 0pt plus 1filll
@insertcopying
@@ -104,6 +104,15 @@ $ source ~/buildbot/venv/bin/activate
$ buildbot reconfig ~/buildbot/master/
@end example
+@subsection Debug worker
+
+This worker is used to test the Buildbot and it is run by the
+user @code{debug-builder}. Its scheduler monitors @code{help.git},
+which is the repository where debug pushes have to be done.
+
+Note that this worker might not be activated all the time, as it
+is not needed by any production codebase.
+
@subsection Documentation worker
This worker is responsible for building all the documentation on