diff options
Diffstat (limited to 'doc/onboarding.texi')
-rw-r--r-- | doc/onboarding.texi | 11 |
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 |