Difference between revisions of "Director buildbot"
Jump to navigation
Jump to search
(Added initial content) |
(→Adding new targets: -- update) |
||
Line 11: | Line 11: | ||
== Adding new targets == | == Adding new targets == | ||
# ... | # scp targets.json root@buildbot.projecttycho.nl:/var/lib/dokku/data/storage/buildbot/targets.json | ||
# ssh john.scummvm.net | # ssh john.scummvm.net | ||
# cd /storage && sudo -u rvanlaar s3cmd sync --delete-removed s3://director-buildbot . | # cd /storage && sudo -u rvanlaar s3cmd sync --delete-removed s3://director-buildbot . | ||
# ssh dokku@buildbot.projecttycho.nl ps:restart buildbot | # ssh dokku@buildbot.projecttycho.nl ps:restart buildbot |
Revision as of 13:14, 20 July 2020
Buildbot used for Director CI
Updating buildbot
Prerequisities: git remote add dokku dokku@buildbot.projecttycho.nl:buildbot
Update is automatic:
- git push dokku director-buildbot:master
Adding new targets
- scp targets.json root@buildbot.projecttycho.nl:/var/lib/dokku/data/storage/buildbot/targets.json
- ssh john.scummvm.net
- cd /storage && sudo -u rvanlaar s3cmd sync --delete-removed s3://director-buildbot .
- ssh dokku@buildbot.projecttycho.nl ps:restart buildbot