[Buildbot-commits] [buildbot/buildbot] 86d56d: Update hgbuildbot.py
GitHub
noreply at github.com
Wed Jul 22 16:18:12 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 86d56d03fac0fd75f940cf4a2d9c3599ae2f6378
https://github.com/buildbot/buildbot/commit/86d56d03fac0fd75f940cf4a2d9c3599ae2f6378
Author: Stefan Scherfke <stefan at sofa-rockers.org>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M master/contrib/hgbuildbot.py
Log Message:
-----------
Update hgbuildbot.py
I updated, cleaned up and extend the Mercurial hook for buildbot.
I tested it with Mercurial 2.8.2 (shipped with Ubuntu 14.04 LTS), Python 2.7 and buildbot 0.9.0b1. It should also work with Python 3 (if buildbot and twisted to).
Changes:
- It seems like it is no longer necessary to fork. I get no errors and the hook works as expected.
- You can now extend PYTHONPATH via the hook config which allows you to use a buildbot-venv instead of installing buildbot to the system site-packages.
- Added documentation to the hook (because it was removed from the official docs).
- Misc. clean-up and reorganization in order to make the code a bit more readable.
Commit: 9b6f729e1e1739c93fe6054b9f422be9d8f87ff2
https://github.com/buildbot/buildbot/commit/9b6f729e1e1739c93fe6054b9f422be9d8f87ff2
Author: Stefan Scherfke <stefan at sofa-rockers.org>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M master/contrib/hgbuildbot.py
Log Message:
-----------
Minor fixes for hgbuildbot.py
Commit: 9e7aa2415959cbcb222c5503ee6b662d5edbef08
https://github.com/buildbot/buildbot/commit/9e7aa2415959cbcb222c5503ee6b662d5edbef08
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M master/contrib/hgbuildbot.py
Log Message:
-----------
Merge pull request #1781 from sscherfke/patch-1
Update contrib/hgbuildbot.py
Compare: https://github.com/buildbot/buildbot/compare/8818fb6f61a8...9e7aa2415959
More information about the Commits
mailing list