Difference between revisions of "Director buildbot"
Jump to navigation
Jump to search
(→Adding new targets: Update the restart procedure for buildbot) |
(→Adding new targets: added alternative) |
||
(One intermediate revision by one other user not shown) | |||
Line 12: | Line 12: | ||
git pull | git pull | ||
poetry install --main | poetry install --only main | ||
exit | exit | ||
Line 20: | Line 20: | ||
== Adding new targets == | == Adding new targets == | ||
scp GAME_DIR targets.json john.scummvm.net:/storage/ | scp GAME_DIR targets.json john.scummvm.net:/storage/ | ||
or | |||
sudo cp ~director-buildbot/buildbot-code/targets.json /storage/ | |||
Restart buildbot on john: | Restart buildbot on john: |
Latest revision as of 23:29, 2 April 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/
or
sudo cp ~director-buildbot/buildbot-code/targets.json /storage/
Restart buildbot on john:
sudo /usr/local/bin/stop_buildbot.sh
sudo /usr/local/bin/start_buildbot.sh