[Buildbot-commits] [buildbot/buildbot] 0ee9e1: actually load cache configuration from master.cfg
noreply at github.com
noreply at github.com
Sun Jun 19 05:58:05 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 0ee9e11589910689665c30a341e765130746b50e
https://github.com/buildbot/buildbot/commit/0ee9e11589910689665c30a341e765130746b50e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M master/buildbot/master.py
Log Message:
-----------
actually load cache configuration from master.cfg
Commit: c8d35b4205d46d86f9f368313b0e95ea56d5c6f1
https://github.com/buildbot/buildbot/commit/c8d35b4205d46d86f9f368313b0e95ea56d5c6f1
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
R master/buildbot/cache.py
M master/buildbot/master.py
A master/buildbot/process/cache.py
R master/buildbot/test/unit/test_cache.py
A master/buildbot/test/unit/test_process_cache.py
M master/buildbot/util/lru.py
Log Message:
-----------
move buildbot.cache to buildbot.process.cache
Adds another test and another key to the get_metrics method, too.
Commit: e34a0d15e35749b57bf4b40ebcbb52ff364e08db
https://github.com/buildbot/buildbot/commit/e34a0d15e35749b57bf4b40ebcbb52ff364e08db
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M master/docs/cfg-global.texinfo
Log Message:
-----------
Document the new c['caches'] config
Commit: e5435ef9177a12d53ff2ffe3b62f1f32416eba54
https://github.com/buildbot/buildbot/commit/e5435ef9177a12d53ff2ffe3b62f1f32416eba54
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
M common/gcode-upload.sh
Log Message:
-----------
update gcode-upload to upload all files
Commit: a1480b805115ad293b6bda0e4c78b52e2a6fac5a
https://github.com/buildbot/buildbot/commit/a1480b805115ad293b6bda0e4c78b52e2a6fac5a
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-06-18 (Sat, 18 Jun 2011)
Changed paths:
R master/buildbot/cache.py
M master/buildbot/master.py
A master/buildbot/process/cache.py
R master/buildbot/test/unit/test_cache.py
A master/buildbot/test/unit/test_process_cache.py
M master/buildbot/util/lru.py
M master/docs/cfg-global.texinfo
Log Message:
-----------
Merge branch 'cacheconfig'
* cacheconfig:
Document the new c['caches'] config
move buildbot.cache to buildbot.process.cache
actually load cache configuration from master.cfg
Fixes #1991.
Compare: https://github.com/buildbot/buildbot/compare/fb2d0d0...a1480b8
More information about the Commits
mailing list