[Buildbot-commits] [buildbot/buildbot] 04c98f: pass a workdir in the GitPoller example
noreply at github.com
noreply at github.com
Sun Jun 5 04:23:49 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 04c98f6b8e253ff103dc49e0a5fc69c298548cf7
https://github.com/buildbot/buildbot/commit/04c98f6b8e253ff103dc49e0a5fc69c298548cf7
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M master/docs/cfg-changesources.texinfo
Log Message:
-----------
pass a workdir in the GitPoller example
Commit: 92d210c50f8019507a356f5caa3b29ca845faea3
https://github.com/buildbot/buildbot/commit/92d210c50f8019507a356f5caa3b29ca845faea3
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M master/buildbot/process/builder.py
Log Message:
-----------
bail early if no unclaimed buildRequests are available
Commit: c892a85b9b8b11a4841788828b88248e447e7f79
https://github.com/buildbot/buildbot/commit/c892a85b9b8b11a4841788828b88248e447e7f79
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M master/buildbot/process/builder.py
Log Message:
-----------
call bldr.updateBigStatus more often
This should fix "stale" status appearing in various status displays -
Fixes #1980.
Commit: 692dfceea280690c6d0d4236032585e70bdba721
https://github.com/buildbot/buildbot/commit/692dfceea280690c6d0d4236032585e70bdba721
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-04 (Sat, 04 Jun 2011)
Changed paths:
M master/buildbot/process/botmaster.py
M master/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.py
Log Message:
-----------
fix locking in BuildRequestDistributor
Previous locking was incorrect, as shown by a new test.
The tests are a bit unreliable because the _quiet method is not a very
good way of determining that the entire test is finished - if there are
outstanding DeferredCalls, it will terminate early. But this works for
now.
Compare: https://github.com/buildbot/buildbot/compare/8d0b868...692dfce
More information about the Commits
mailing list