[Scummvm-git-logs] scummvm-sites director-buildbot -> 6fc20659a4628ac07e2f13ad93434011ec7e6acb
rvanlaar
roland at rolandvanlaar.nl
Fri Jun 26 19:58:05 UTC 2020
This automated email contains information about 13 new commits which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
96714d871e Add run all lingo in one go step.
65481cb73a Fix generation of POST_JSON.
c674950a13 Revert "Apt-packages is now handled by cloud-init"
35eca05b06 BUILDBOT: move repository to ENV variable
87bc325cd4 Update buildbot to V2.8.2
66261984c6 Test Dokku check
998a812dc1 Buildbot: don't hardcode the repository
e378fb0649 Remove custom GithubPRHook handler
dac79db4ba Enable Asan on the build
c89c8b2ee2 Revert back: Don't use ASAN.
14c4b120e8 Remove github hook
94e7ffc47a Enable address sanitizer for builds.
6fc20659a4 Update readme to reflect current state.
Commit: 96714d871ee14a62e6496b8e955b45c862d3f859
https://github.com/scummvm/scummvm-sites/commit/96714d871ee14a62e6496b8e955b45c862d3f859
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-14T20:00:16+02:00
Commit Message:
Add run all lingo in one go step.
Created due to issues with variables persisting
when running all lingo test in one go.
- Moved lingo steps to their own file
- Formatted master.py.
Changed paths:
A director/lingo_factory.py
master.py
Commit: 65481cb73a08f1881ad87a64479ee53ca67bbbf7
https://github.com/scummvm/scummvm-sites/commit/65481cb73a08f1881ad87a64479ee53ca67bbbf7
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-14T20:02:25+02:00
Commit Message:
Fix generation of POST_JSON.
Changed paths:
test-deploy/deploy.sh
Commit: c674950a13042c4e1d64a3e48f6eb9a5e500431c
https://github.com/scummvm/scummvm-sites/commit/c674950a13042c4e1d64a3e48f6eb9a5e500431c
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-19T22:17:01+02:00
Commit Message:
Revert "Apt-packages is now handled by cloud-init"
This reverts commit 7255331ce238dc3b4fa78d63382d1dc868772a2c.
The docker container needs the packages for local workers.
Changed paths:
A apt-packages
Commit: 35eca05b0688399907bbbeb22b6a23cae63d05ca
https://github.com/scummvm/scummvm-sites/commit/35eca05b0688399907bbbeb22b6a23cae63d05ca
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-19T22:32:46+02:00
Commit Message:
BUILDBOT: move repository to ENV variable
Opens the way to use a different repository
when testing the buildbot.
Changed paths:
director/env.py
master.py
Commit: 87bc325cd4db2816636a1eccc6e4eacf2c7ac8f6
https://github.com/scummvm/scummvm-sites/commit/87bc325cd4db2816636a1eccc6e4eacf2c7ac8f6
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-19T22:53:00+02:00
Commit Message:
Update buildbot to V2.8.2
Changed paths:
poetry.lock
Commit: 66261984c64bfe1a52a74d1dc166b16928986aa1
https://github.com/scummvm/scummvm-sites/commit/66261984c64bfe1a52a74d1dc166b16928986aa1
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-19T22:57:40+02:00
Commit Message:
Test Dokku check
Changed paths:
A CHECKS
Commit: 998a812dc11676a6dc6a7431fbdd12d8fb1426d4
https://github.com/scummvm/scummvm-sites/commit/998a812dc11676a6dc6a7431fbdd12d8fb1426d4
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-19T23:16:00+02:00
Commit Message:
Buildbot: don't hardcode the repository
Use env['REPOSITORY'] in all places that checkout
the scummvm repository.
Changed paths:
director/build_factory.py
master.py
Commit: e378fb064909c7a8579b1b3bbaffd3d46ab66ce4
https://github.com/scummvm/scummvm-sites/commit/e378fb064909c7a8579b1b3bbaffd3d46ab66ce4
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-20T11:48:06+02:00
Commit Message:
Remove custom GithubPRHook handler
The changes made have been commited upstream.
https://github.com/buildbot/buildbot/pull/5300
Changed paths:
master.py
Commit: dac79db4ba3a8901c1d2632030e3132fad617bee
https://github.com/scummvm/scummvm-sites/commit/dac79db4ba3a8901c1d2632030e3132fad617bee
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-26T17:35:57+02:00
Commit Message:
Enable Asan on the build
with ASAN_OPTIONS: 'detect_leaks=0'.
Changed paths:
director/build_factory.py
director/lingo_factory.py
director/steps.py
Commit: c89c8b2ee267854015f08eaf17a575cd344b0850
https://github.com/scummvm/scummvm-sites/commit/c89c8b2ee267854015f08eaf17a575cd344b0850
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-26T17:53:40+02:00
Commit Message:
Revert back: Don't use ASAN.
The build is broken due to ASAN needing all the compiled code.
Changed paths:
director/build_factory.py
Commit: 14c4b120e892caf75f78e24531ede1144e72ff2c
https://github.com/scummvm/scummvm-sites/commit/14c4b120e892caf75f78e24531ede1144e72ff2c
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-26T20:59:41+02:00
Commit Message:
Remove github hook
The necessary changes have been included upstream.
https://github.com/buildbot/buildbot/pull/5300
Changed paths:
R director/github_hook.py
Commit: 94e7ffc47a2a3b4e7479d01b77c59569ed144d19
https://github.com/scummvm/scummvm-sites/commit/94e7ffc47a2a3b4e7479d01b77c59569ed144d19
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-26T21:19:47+02:00
Commit Message:
Enable address sanitizer for builds.
Includes:
- ASAN_OPTIONS = detect_leaks=0
- correct filepermissions in octal mode.
Changed paths:
director/build_factory.py
director/steps.py
Commit: 6fc20659a4628ac07e2f13ad93434011ec7e6acb
https://github.com/scummvm/scummvm-sites/commit/6fc20659a4628ac07e2f13ad93434011ec7e6acb
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-06-26T21:55:44+02:00
Commit Message:
Update readme to reflect current state.
- upload file permissions were fixed,
- dokku-nginx-stream was released, this removes the need to
edit the nginx config file after every deploy.
Changed paths:
README.md
More information about the Scummvm-git-logs
mailing list