commit 27a246bc727c5b88c57e672b7b22de4c95406a53
parent 12236a52483a6a83c3dfe9d38417b938ae392077
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 25 Mar 2019 14:55:35 +0100
Onboarding, remove useless information.
Diffstat:
1 file changed, 0 insertions(+), 25 deletions(-)
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
@@ -126,31 +126,6 @@ should be installed before the Buildbot is run. The location for its content
is @code{/home/containers/buildbot/taler_bb_userpass_db}; whenever a new user/pass
tuple is added, simply @code{cd} in that directory and run @code{pip install .}
-@subsection Master
-
-To start the master, log in as @emph{containers}, and run:
-
-@example
-$ ~/buildbot/start.sh
-
-# To stop it, run:
-$ ~/buildbot/stop.sh
-@end example
-
-There is also a "restart" script, runnable as follows:
-
-@example
-$ ~/buildbot/restart.sh
-@end example
-
-NOTE: the following command reloads the configuration without the
-need to restart the bot.
-
-@example
-$ source ~/buildbot/venv/bin/activate
-$ buildbot reconfig ~/buildbot/master/
-@end example
-
@subsection Start/stop workers
@cartouche