[Buildbot-commits] [buildbot/buildbot] 8cbf56: Add a missing </div> tag

GitHub noreply at github.com
Sat Mar 24 18:30:41 UTC 2012


  Branch: refs/heads/master
  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: a41b538e40de671d9e984da0ef5a7338a847ab75
      https://github.com/buildbot/buildbot/commit/a41b538e40de671d9e984da0ef5a7338a847ab75
  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/schedulers/forcesched.py
  M master/buildbot/status/web/templates/forms.html
  M master/buildbot/test/unit/test_process_build.py
  M master/buildbot/test/unit/test_schedulers_forcesched.py

  Log Message:
  -----------
  Merge branch 'buildbot-0.8.6'

* buildbot-0.8.6:
  Be somewhat more resilient to buildFinished failures
  Add a missing </div> tag
  Fix handling of a lost slave while waiting for a lock.
  Fix compare_attrs of ForceScheduler.


Compare: https://github.com/buildbot/buildbot/compare/2a4c41b...a41b538


More information about the Commits mailing list