commit b5639c983ede593c5fb094d55f82547eb9c15bf9 parent 7bb658941af24b12007096446e7d1f703fcb1e6e Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 23 Oct 2017 17:05:23 +0200 mention debug worker Diffstat:
| M | doc/onboarding.texi | | | 11 | ++++++++++- |
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git 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