Difference between revisions of "Buildbot"

Jump to navigation Jump to search
(Update buildbot administration instructions)
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. The reconfig step is included as a test if the master.cfg is valid:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 56: Line 56:
git pull --ff-only
git pull --ff-only
cd ~/scummvm-master
cd ~/scummvm-master
buildbot reconfig
buildbot restart
buildbot restart
</syntaxhighlight>
</syntaxhighlight>