333
edits
Rootfather (talk | contribs) |
|||
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. | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo - | sudo su -s /bin/bash buildbot | ||
cd | cd /var/lib/buildbot/scummvm-sites | ||
git pull --ff-only | git pull --ff-only | ||
</syntaxhighlight> | |||
buildbot | |||
buildbot | Exit out from buildbot's shell by running "exit" or pressing CTRL+D. | ||
Then, you can restart the buildbot master and slave process(es) through the systemd services: | |||
<syntaxhighlight lang="bash"> | |||
sudo systemctl restart buildbot-master | |||
sudo systemctl restart buildbot-slave | |||
</syntaxhighlight> | </syntaxhighlight> | ||
edits