[Buildbot-commits] [buildbot/buildbot] 579321: Make waitUntilFinished return the current buildset...
GitHub
noreply at github.com
Sat Sep 22 01:59:24 UTC 2012
Branch: refs/heads/buildbot-0.8.7
Home: https://github.com/buildbot/buildbot
Commit: 5793213a86f8371833495ffd1f81e75d88be6d07
https://github.com/buildbot/buildbot/commit/5793213a86f8371833495ffd1f81e75d88be6d07
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M master/buildbot/status/client.py
Log Message:
-----------
Make waitUntilFinished return the current buildset status object when used over PB.
Commit: 51ebd6bc79dc1c4d6b0f4b4bbb2d888e90b272f6
https://github.com/buildbot/buildbot/commit/51ebd6bc79dc1c4d6b0f4b4bbb2d888e90b272f6
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M master/buildbot/status/web/templates/forms.html
Log Message:
-----------
Show name of force builders.
Commit: 0070ad2bd487cae8961fb34d114cfd4844011643
https://github.com/buildbot/buildbot/commit/0070ad2bd487cae8961fb34d114cfd4844011643
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M master/buildbot/__init__.py
Log Message:
-----------
Get version from proper directory, for checked out versions.
Commit: c61e59bd18d89386685290fd3589a01aa2a16a41
https://github.com/buildbot/buildbot/commit/c61e59bd18d89386685290fd3589a01aa2a16a41
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M master/buildbot/status/web/authz.py
M master/buildbot/test/unit/test_status_web_authz_Authz.py
Log Message:
-----------
Fix authz for use with twisted's distrib proxy.
The PB remote proxy for addCookie only accepts two positional arguments, and
the rest must be keyword arguments.
Commit: 679cc45455eb2be2fde0eb83713ee1e2af63d03c
https://github.com/buildbot/buildbot/commit/679cc45455eb2be2fde0eb83713ee1e2af63d03c
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M master/buildbot/buildslave.py
Log Message:
-----------
Fix BuildSlave._mail_missing_message for b4fb9fbf2243db6d091202f58ced453483fecd29.
Fixes #2284.
Commit: 74e75cf2aace6a1fdb3fde2cf1326017da822712
https://github.com/buildbot/buildbot/commit/74e75cf2aace6a1fdb3fde2cf1326017da822712
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M .gitignore
M master/setup.py
M slave/setup.py
Log Message:
-----------
Remove setuptools-trial from dependencies.
Having this causes setuptools-trial to be installed unconditionally
(at least when `--help-commands` is passed). We shouldn't install anything
unless the user asks us to.
Commit: d1ac1e27f80f6298313fe8d5178b5c086bd68099
https://github.com/buildbot/buildbot/commit/d1ac1e27f80f6298313fe8d5178b5c086bd68099
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M .gitignore
M master/buildbot/__init__.py
M master/buildbot/buildslave.py
M master/buildbot/status/client.py
M master/buildbot/status/web/authz.py
M master/buildbot/status/web/templates/forms.html
M master/buildbot/test/unit/test_status_web_authz_Authz.py
M master/setup.py
M slave/setup.py
Log Message:
-----------
Merge branch 'buildbot-0.8.7' of git://github.com/tomprince/buildbot into buildbot-0.8.7
Compare: https://github.com/buildbot/buildbot/compare/866c6878e3e3...d1ac1e27f80f
More information about the Commits
mailing list