[Buildbot-commits] [djmitche/buildbot] a6081f: Add util.ComparableMixin to LockAccess, and also u...
noreply at github.com
noreply at github.com
Mon Dec 21 01:27:13 UTC 2009
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: a6081f8e361aea7765be8a0bac45fdf880cacc4d
http://github.com/djmitche/buildbot/commit/a6081f8e361aea7765be8a0bac45fdf880cacc4d
Author: Daniel Dunbar <ddunbar at smooshlab.apple.com>
Date: 2009-11-20 (Fri, 20 Nov 2009)
Changed paths:
M buildbot/locks.py
Log Message:
-----------
Add util.ComparableMixin to LockAccess, and also use
SlaveLock.maxCountForSlave as a compare attr for SlaveLock (since it
could conceivably be used independently from the
_maxCountForSlaveList).
Commit: e092d24fe9fdf4d01d2d9c8752c7036982973af1
http://github.com/djmitche/buildbot/commit/e092d24fe9fdf4d01d2d9c8752c7036982973af1
Author: Daniel Dunbar <ddunbar at smooshlab.apple.com>
Date: 2009-11-20 (Fri, 20 Nov 2009)
Changed paths:
M buildbot/process/builder.py
Log Message:
-----------
Switch Builder.compareToSetup function to just use a comparison on the locks list.
This is more uniform and fixes a crash trying to access the .name field of LockAccess variables; I'm not sure why this was doing the comparison manually in the first place...
Commit: 668c83e6e0082a3be1919aa9ed8e961d974071ce
http://github.com/djmitche/buildbot/commit/668c83e6e0082a3be1919aa9ed8e961d974071ce
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2009-12-20 (Sun, 20 Dec 2009)
Changed paths:
M buildbot/locks.py
M buildbot/process/builder.py
Log Message:
-----------
Merge branch 'master' of git://github.com/ddunbar/buildbot
More information about the Commits
mailing list