[Buildbot-commits] [buildbot/buildbot] 8cbf56: Add a missing </div> tag
GitHub
noreply at github.com
Sat Mar 24 18:34:53 UTC 2012
Branch: refs/heads/buildbot-0.8.6
Home: https://github.com/buildbot/buildbot
Commit: 8cbf56cca8f77965afc95804de9496bd3e901dc1
https://github.com/buildbot/buildbot/commit/8cbf56cca8f77965afc95804de9496bd3e901dc1
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-24 (Sat, 24 Mar 2012)
Changed paths:
M master/buildbot/status/web/templates/forms.html
Log Message:
-----------
Add a missing </div> tag
Fixes #2255.
Commit: 084c17d33fb112c9d4f196b4ea70d70536468d78
https://github.com/buildbot/buildbot/commit/084c17d33fb112c9d4f196b4ea70d70536468d78
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-24 (Sat, 24 Mar 2012)
Changed paths:
M master/buildbot/process/build.py
M master/buildbot/test/unit/test_process_build.py
Log Message:
-----------
Be somewhat more resilient to buildFinished failures
This isn't perfect, because buildFinished alters a lot of state
and the means of cleaning up from a partial execution is not clear.
Fixes #2253.
Commit: 45013e4c65db5d1a59cc89a13eebe551b5510a17
https://github.com/buildbot/buildbot/commit/45013e4c65db5d1a59cc89a13eebe551b5510a17
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-24 (Sat, 24 Mar 2012)
Changed paths:
M master/buildbot/process/factory.py
M master/buildbot/status/mail.py
M master/buildbot/status/master.py
M master/buildbot/status/progress.py
A master/buildbot/test/unit/test_status_progress.py
Log Message:
-----------
Merge branch 'buildbot-0.8.6' of github.com:buildbot/buildbot into buildbot-0.8.6
* 'buildbot-0.8.6' of github.com:buildbot/buildbot:
Fix addStep deprecation warnings to report user code responsible for the warning.
Use naturalSort instead of sort for builer lists.
Fix crashes when adding new steps in reconfig.
Fix out of order error in MailNotifier._gotBuilds.
Commit: 8bad9e85e2d26a0df95a7e31d69ae187af5e0dda
https://github.com/buildbot/buildbot/commit/8bad9e85e2d26a0df95a7e31d69ae187af5e0dda
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-03-24 (Sat, 24 Mar 2012)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_progress.py
Log Message:
-----------
fix pyflakes
Compare: https://github.com/buildbot/buildbot/compare/1c58034...8bad9e8
More information about the Commits
mailing list