[Buildbot-commits] [buildbot/buildbot] 76d27c: A stop action on an already stopped master/slave s...
noreply at github.com
noreply at github.com
Sun Oct 24 20:12:01 UTC 2010
Branch: refs/heads/master
Home: http://github.com/buildbot/buildbot
Commit: 76d27c8eb006eab86b08eb34f2b3ea30cc325947
http://github.com/buildbot/buildbot/commit/76d27c8eb006eab86b08eb34f2b3ea30cc325947
Author: Georgi Valkov <georgi.t.valkov at gmail.com>
Date: 2010-10-24 (Sun, 24 Oct 2010)
Changed paths:
M master/buildbot/scripts/runner.py
M slave/buildslave/scripts/runner.py
Log Message:
-----------
A stop action on an already stopped master/slave should return 0
Returning a non-zero exit status when attempting to stop an already
stopped service goes against the LSB init script specifications [1].
Although, the runner scripts are not init scripts (duh) this behaviour
does seem to make more sense (sense is subjective, of course)
[1] http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
Commit: 5577889d1cb32eb9d9e4b0d0770732fa4b117143
http://github.com/buildbot/buildbot/commit/5577889d1cb32eb9d9e4b0d0770732fa4b117143
Author: Georgi Valkov <georgi.t.valkov at gmail.com>
Date: 2010-10-24 (Sun, 24 Oct 2010)
Changed paths:
M master/contrib/init-scripts/buildmaster.default
M master/contrib/init-scripts/buildmaster.init.sh
M master/contrib/init-scripts/buildslave.default
M master/contrib/init-scripts/buildslave.init.sh
Log Message:
-----------
Init script fixes and improvements.
Although this was based on the init script from debian's buildbot
package, it should also run on rhels if you tweak it a bit (default <->
sysconfig).
Commit: 78fe41a118813cbc6c1b4206ed3cbb2d69bf4c09
http://github.com/buildbot/buildbot/commit/78fe41a118813cbc6c1b4206ed3cbb2d69bf4c09
Author: Georgi Valkov <georgi.t.valkov at gmail.com>
Date: 2010-10-24 (Sun, 24 Oct 2010)
Changed paths:
M master/contrib/init-scripts/buildmaster.init.sh
M master/contrib/init-scripts/buildslave.init.sh
Log Message:
-----------
Add chkconfig compatibility header to init scripts
Commit: d89551c63110e9c449dae081acae07b00e5d58d4
http://github.com/buildbot/buildbot/commit/d89551c63110e9c449dae081acae07b00e5d58d4
Author: Georgi Valkov <georgi.t.valkov at gmail.com>
Date: 2010-10-24 (Sun, 24 Oct 2010)
Changed paths:
M master/docs/installation.texinfo
Log Message:
-----------
Add a short paragraph about the new init scripts
Commit: 3e2f897f7b54e735475aff7a208cbc3ff37c54a6
http://github.com/buildbot/buildbot/commit/3e2f897f7b54e735475aff7a208cbc3ff37c54a6
Author: Georgi Valkov <georgi.t.valkov at gmail.com>
Date: 2010-10-24 (Sun, 24 Oct 2010)
Changed paths:
R master/contrib/init-scripts/buildslave.default
R master/contrib/init-scripts/buildslave.init.sh
M master/docs/installation.texinfo
A slave/contrib/init-scripts/buildslave.default
A slave/contrib/init-scripts/buildslave.init.sh
Log Message:
-----------
Move buildslave init script and config template to slave/contrib
Commit: 99dc8fc685a9ef0b23ac55122fae7c0877890348
http://github.com/buildbot/buildbot/commit/99dc8fc685a9ef0b23ac55122fae7c0877890348
Author: Georgi Valkov <georgi.t.valkov at gmail.com>
Date: 2010-10-24 (Sun, 24 Oct 2010)
Changed paths:
M master/buildbot/scripts/runner.py
Log Message:
-----------
Fix wrong indent level (oops)
Commit: c669feac54fc911dd5e318f25bdcf0cdda91416f
http://github.com/buildbot/buildbot/commit/c669feac54fc911dd5e318f25bdcf0cdda91416f
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-10-24 (Sun, 24 Oct 2010)
Changed paths:
M master/buildbot/scripts/runner.py
A master/contrib/init-scripts/buildmaster.default
A master/contrib/init-scripts/buildmaster.init.sh
M master/docs/installation.texinfo
M slave/buildslave/scripts/runner.py
A slave/contrib/init-scripts/buildslave.default
A slave/contrib/init-scripts/buildslave.init.sh
Log Message:
-----------
Merge branch 'misc' of git://github.com/gvalkov/buildbot
* 'misc' of git://github.com/gvalkov/buildbot:
Fix wrong indent level (oops)
Move buildslave init script and config template to slave/contrib
Add a short paragraph about the new init scripts
Add chkconfig compatibility header to init scripts
Init script fixes and improvements.
A stop action on an already stopped master/slave should return 0
Added init scripts capable of starting multiple buildmasters/buildslaves
More information about the Commits
mailing list