[Buildbot-commits] [buildbot/buildbot] b29182: Add an interface for Slave Protocol
GitHub
noreply at github.com
Mon Jul 16 01:14:25 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: b29182ee590c71222608c031a21295741448d472
https://github.com/buildbot/buildbot/commit/b29182ee590c71222608c031a21295741448d472
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/interfaces.py
Log Message:
-----------
Add an interface for Slave Protocol
Signed-off-by: Saurabh Kumar <saurabhgeek92 at gmail.com>
Commit: 0d6778f10f003c8feeaceb811b1166b1366ddfd3
https://github.com/buildbot/buildbot/commit/0d6778f10f003c8feeaceb811b1166b1366ddfd3
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/bot.py
Log Message:
-----------
Change slave-master calls to interface calls.
Bot should implement ISlaveProtocol interface.
BuildSlave and SlaveBuilder should call masters through ISlaveInterface.
Signed-off-by: Saurabh Kumar <saurabhgeek92 at gmail.com>
Commit: ad0d73d0dc3052501fd6cfae54a322b0fe916059
https://github.com/buildbot/buildbot/commit/ad0d73d0dc3052501fd6cfae54a322b0fe916059
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/bot.py
A slave/buildslave/test/fake/fakebot.py
M slave/buildslave/test/unit/test_bot_BuildSlave.py
Log Message:
-----------
Fix buildslave_gracefulShutdown test
Commit: 64896037a18e7847d3238d7ff1ec4f3208c00a1f
https://github.com/buildbot/buildbot/commit/64896037a18e7847d3238d7ff1ec4f3208c00a1f
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/bot.py
Log Message:
-----------
Separate pb parts from SlaveBuilder
Commit: ee490482867f11c2a49e6cf258e70158caed961c
https://github.com/buildbot/buildbot/commit/ee490482867f11c2a49e6cf258e70158caed961c
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/test/unit/test_bot_BuildSlave.py
Log Message:
-----------
Fix for graceful_shutdown test
Correct fix this time.
Commit: a2920d0f78f4eaac9ee55d3babaa50b7b746b411
https://github.com/buildbot/buildbot/commit/a2920d0f78f4eaac9ee55d3babaa50b7b746b411
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/bot.py
M slave/buildslave/interfaces.py
Log Message:
-----------
Use buildername instead of builder
Commit: 9042f1000816d13679498b785110df3969b51c95
https://github.com/buildbot/buildbot/commit/9042f1000816d13679498b785110df3969b51c95
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/test/unit/test_bot.py
Log Message:
-----------
Add tests for PBSlaveBuilder
Commit: 87278b1bf6cdece99a1b625748d8c9ee525d459a
https://github.com/buildbot/buildbot/commit/87278b1bf6cdece99a1b625748d8c9ee525d459a
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
M slave/buildslave/bot.py
Log Message:
-----------
Fix lostRemoteStep
stopCommandonShutdown is a slavebuilder attribute.
Commit: 76bc20f7280021e6c699daa4e7bce488ab724d9f
https://github.com/buildbot/buildbot/commit/76bc20f7280021e6c699daa4e7bce488ab724d9f
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-13 (Fri, 13 Jul 2012)
Changed paths:
R slave/buildslave/test/fake/fakebot.py
Log Message:
-----------
Delete fakebot
Commit: 6e88b45e5aa6d156faa11b95a178eaf60b4339f1
https://github.com/buildbot/buildbot/commit/6e88b45e5aa6d156faa11b95a178eaf60b4339f1
Author: Saurabh Kumar <saurabhgeek92 at gmail.com>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M slave/buildslave/bot.py
M slave/buildslave/test/unit/test_bot_BuildSlave.py
Log Message:
-----------
Add perspective attribute to Bot
Commit: 0d338e6ae12d077aac8440a776f82191bc620204
https://github.com/buildbot/buildbot/commit/0d338e6ae12d077aac8440a776f82191bc620204
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M slave/buildslave/test/unit/test_bot.py
Log Message:
-----------
fix pyflake
Commit: d3505c2133e08c478e8fbdae9acb0de23e947445
https://github.com/buildbot/buildbot/commit/d3505c2133e08c478e8fbdae9acb0de23e947445
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-07-15 (Sun, 15 Jul 2012)
Changed paths:
M slave/buildslave/bot.py
M slave/buildslave/interfaces.py
M slave/buildslave/test/unit/test_bot.py
M slave/buildslave/test/unit/test_bot_BuildSlave.py
Log Message:
-----------
Merge branch 'pull469'
* pull469:
fix pyflake
Add perspective attribute to Bot
Delete fakebot
Fix lostRemoteStep
Add tests for PBSlaveBuilder
Use buildername instead of builder
Fix for graceful_shutdown test
Separate pb parts from SlaveBuilder
Fix buildslave_gracefulShutdown test
Change slave-master calls to interface calls.
Add an interface for Slave Protocol
Compare: https://github.com/buildbot/buildbot/compare/28fa5718cdff...d3505c2133e0
More information about the Commits
mailing list