Difference between revisions of "Director buildbot"
Jump to navigation
Jump to search
(→Adding new targets: Update the restart procedure for buildbot) |
|||
Line 12: | Line 12: | ||
git pull | git pull | ||
poetry install --main | poetry install --only main | ||
exit | exit |
Revision as of 13:12, 30 January 2023
Buildbot used for Director CI
Updating buildbot
ssh john.scummvm.net
sudo /usr/local/bin/stop_buildbot.sh
sudo -u director-buildbot -i
cd buildbot-code
git pull
poetry install --only main
exit
sudo /usr/local/bin/start_buildbot.sh
Adding new targets
scp GAME_DIR targets.json john.scummvm.net:/storage/
Restart buildbot on john:
sudo /usr/local/bin/stop_buildbot.sh
sudo /usr/local/bin/start_buildbot.sh