[Buildbot-commits] [buildbot/buildbot] 0edb2c: persistent_queue: use cPickle when possible
noreply at github.com
noreply at github.com
Wed Jun 1 15:24:10 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 0edb2c8c583a93ff0b87e6e3d19ff0b173781243
https://github.com/buildbot/buildbot/commit/0edb2c8c583a93ff0b87e6e3d19ff0b173781243
Author: P. Christeas <p_christ at hol.gr>
Date: 2011-05-31 (Tue, 31 May 2011)
Changed paths:
M master/buildbot/status/persistent_queue.py
Log Message:
-----------
persistent_queue: use cPickle when possible
Commit: 002695f03d42daf0d3b9882bdaa3257ca85d1212
https://github.com/buildbot/buildbot/commit/002695f03d42daf0d3b9882bdaa3257ca85d1212
Author: P. Christeas <p_christ at hol.gr>
Date: 2011-05-31 (Tue, 31 May 2011)
Changed paths:
M master/buildbot/changes/base.py
Log Message:
-----------
changes/base: let a PollingChangeSource stop earlier, itself
Commit: 8bf62315a734d3e34d2dbaeba92d6ea41a0e3287
https://github.com/buildbot/buildbot/commit/8bf62315a734d3e34d2dbaeba92d6ea41a0e3287
Author: P. Christeas <p_christ at hol.gr>
Date: 2011-05-31 (Tue, 31 May 2011)
Changed paths:
M master/buildbot/process/botmaster.py
Log Message:
-----------
botmaster: shorter log, only names of builders
We have too many of them, the log was so bloated.
Commit: 26c6f8109f18a8ea21f4e1d9b26990280822428e
https://github.com/buildbot/buildbot/commit/26c6f8109f18a8ea21f4e1d9b26990280822428e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-01 (Wed, 01 Jun 2011)
Changed paths:
M master/buildbot/changes/base.py
M master/buildbot/process/botmaster.py
M master/buildbot/status/persistent_queue.py
M master/buildbot/status/web/feeds.py
Log Message:
-----------
Merge branch 'push084-2' of git://github.com/xrg/buildbot
* 'push084-2' of git://github.com/xrg/buildbot:
botmaster: shorter log, only names of builders
changes/base: let a PollingChangeSource stop earlier, itself
persistent_queue: use cPickle when possible
web/feeds: make sure dates are in en_US, not locale.
Commit: 86adb4a94815e870142cf559bb783f35919bbf9f
https://github.com/buildbot/buildbot/commit/86adb4a94815e870142cf559bb783f35919bbf9f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-01 (Wed, 01 Jun 2011)
Changed paths:
M master/buildbot/status/persistent_queue.py
Log Message:
-----------
use cPickle unconditionally
It's available in all CPython's forever, and the import trick makes
pyflakes sad.
Compare: https://github.com/buildbot/buildbot/compare/ec7055c...86adb4a
More information about the Commits
mailing list