Open main menu

Difference between revisions of "Buildbot"

278 bytes added ,  11:05, 29 February 2020
Line 49: Line 49:
== Administration ==
== Administration ==


When the buildbot config files are changed, a user with shell access and sudo privileges needs to run the following commands. It's good practice to do this once buildbot is idle.
When the buildbot config files are changed, a user with shell access and sudo privileges needs to run the following commands. It's good practice to do this once buildbot is idle. In order to prevent the buildbot from accidentally starting building processes, it's recommended to stop the buildbot-slave processes by invoking
 
<syntaxhighlight lang="bash">
sudo systemctl stop buildbot-slave
</syntaxhighlight>
 
before you continue with the following steps:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
329

edits