summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/onboarding.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 3263c47..3565b93 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -82,11 +82,18 @@ $ ~/buildbot/stop.sh
There is also a "restart" script, runnable as follows:
-
@example
$ ~/buildbot/restart.sh
@end example
+NOTE: the following command reloads the configuration without
+restarting the bot.
+
+@example
+$ source ~/buildbot/venv/bin/activate
+$ buildbot reconfig ~/buildbot/master/
+@end example
+
@subsubsection Documentation worker
This worker is responsible for building all the documentation on