[Buildbot-commits] [buildbot/buildbot] 3e7f1b: Bugfixes for try's	monitoring of builds in progres...
    noreply at github.com 
    noreply at github.com
       
    Wed Jul  6 01:09:25 UTC 2011
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 3e7f1be5398cc418c61153c6bdac8b99cecae732
      https://github.com/buildbot/buildbot/commit/3e7f1be5398cc418c61153c6bdac8b99cecae732
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-05 (Tue, 05 Jul 2011)
  Changed paths:
    M master/buildbot/process/builder.py
  M master/buildbot/status/buildrequest.py
  M master/buildbot/status/client.py
  M master/buildbot/status/master.py
  Log Message:
  -----------
  Bugfixes for try's monitoring of builds in progress
Fixes #2007.
Simplify Status.build_started to take the BuildStatus object, rather
than trying to look it up before its pickle is written to disk.
Correctly handle bdict's returned from db.builds.getBuildsForRequest.
Correctly handle remote errors in newbuild
  Commit: 38197545c0ee5737c7d179a236f92dbc7383d73f
      https://github.com/buildbot/buildbot/commit/38197545c0ee5737c7d179a236f92dbc7383d73f
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-05 (Tue, 05 Jul 2011)
  Changed paths:
    M master/buildbot/status/client.py
  Log Message:
  -----------
  Fix RemoteBuildRequest's unsubscription support
(although I don't believe this is ever called?)
Refs #2007
  Commit: b0aacce09d2a64acd56655c099adeaae0639063c
      https://github.com/buildbot/buildbot/commit/b0aacce09d2a64acd56655c099adeaae0639063c
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-05 (Tue, 05 Jul 2011)
  Changed paths:
    M master/buildbot/steps/shell.py
  M master/buildbot/test/unit/test_steps_shell.py
  Log Message:
  -----------
  add more tests for buildbot.steps.shell
Compare: https://github.com/buildbot/buildbot/compare/cd696cf...b0aacce
    
    
More information about the Commits
mailing list