[Buildbot-commits] [buildbot/buildbot] b75a8e: Fix to ticket #2310: make loadConfig check for a c...
GitHub
noreply at github.com
Tue Mar 19 20:28:14 UTC 2013
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: b75a8ef15638b03b45380cdf281942fc51e1a72c
https://github.com/buildbot/buildbot/commit/b75a8ef15638b03b45380cdf281942fc51e1a72c
Author: ian mccowan <ian at ian-VirtualBox.(none)>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M master/buildbot/config.py
Log Message:
-----------
Fix to ticket #2310: make loadConfig check for a configfile path in the .tac file if the default location doesn't exist
Commit: 9f378f209851f618e4f7f0485424be675f538cde
https://github.com/buildbot/buildbot/commit/9f378f209851f618e4f7f0485424be675f538cde
Author: ian mccowan <imccowan at gmail.com>
Date: 2013-03-18 (Mon, 18 Mar 2013)
Changed paths:
M master/buildbot/test/unit/test_config.py
Log Message:
-----------
Add a test that getting the config file path from the .tac file works
Commit: 47182ecf7e4e91721da3119c42d5f5794a2c27f0
https://github.com/buildbot/buildbot/commit/47182ecf7e4e91721da3119c42d5f5794a2c27f0
Author: ian mccowan <imccowan at gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M master/buildbot/config.py
M master/buildbot/scripts/base.py
M master/buildbot/scripts/checkconfig.py
M master/buildbot/scripts/upgrade_master.py
M master/buildbot/test/unit/test_config.py
Log Message:
-----------
Address code review comment: https://github.com/buildbot/buildbot/pull/673#issuecomment-15095930 and fall back to the .tac config location before calling loadConfig
Commit: 11f0a6565e27e7c08886e574c4a00fcbe33794aa
https://github.com/buildbot/buildbot/commit/11f0a6565e27e7c08886e574c4a00fcbe33794aa
Author: ian mccowan <imccowan at gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M master/buildbot/config.py
M master/buildbot/scripts/base.py
M master/buildbot/scripts/upgrade_master.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_scripts_upgrade_master.py
Log Message:
-----------
Fix the way in which we fail with unfound configs to pass the unit tests. loadConfig must take a full path, not try to prepend the basedir, because it may take a fully qualified path as specified in the .tac.
Commit: 9e0c9d3d227523015ea2fccb46705010c04ee126
https://github.com/buildbot/buildbot/commit/9e0c9d3d227523015ea2fccb46705010c04ee126
Author: ian mccowan <imccowan at gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M master/buildbot/scripts/upgrade_master.py
Log Message:
-----------
Fix the "checking" message in upgrade-master to accommodate a config file from the .tac
Commit: 7f029641aff8ab1bbdecb3e1d914a99d5b92a224
https://github.com/buildbot/buildbot/commit/7f029641aff8ab1bbdecb3e1d914a99d5b92a224
Author: ian mccowan <imccowan at gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M master/buildbot/config.py
M master/buildbot/scripts/base.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_scripts_base.py
Log Message:
-----------
Move .tac-fallback unit tests to test_scripts_base; reinstate basedir prepending to filename in loadConfig
Commit: 69fc8c7a0ca7084b3b2e5ea93c613cdec3ffc2d6
https://github.com/buildbot/buildbot/commit/69fc8c7a0ca7084b3b2e5ea93c613cdec3ffc2d6
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)
Changed paths:
M master/buildbot/config.py
M master/buildbot/scripts/base.py
M master/buildbot/scripts/checkconfig.py
M master/buildbot/scripts/upgrade_master.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_scripts_base.py
M master/buildbot/test/unit/test_scripts_upgrade_master.py
Log Message:
-----------
Merge branch 'ticket2310' of git://github.com/imccowan/buildbot
Compare: https://github.com/buildbot/buildbot/compare/16e9edeb925a...69fc8c7a0ca7
More information about the Commits
mailing list