Talk:ReleaseEngineering/Buildbot Best Practices: Difference between revisions
Jump to navigation
Jump to search
(New page: This doc looks great Ben. A couple of suggestions about * If everything looks OK, reconfig or restart the master buildbot reconfig . # OR buildbot restart . I've stopped using re...) |
m (moved Talk:ReleaseEngineering:BuildbotBestPractices to Talk:ReleaseEngineering/Buildbot Best Practices) |
(No difference)
|
Latest revision as of 15:58, 9 November 2010
This doc looks great Ben. A couple of suggestions about
* If everything looks OK, reconfig or restart the master buildbot reconfig . # OR buildbot restart .
I've stopped using restart because it doesn't handle slow stops properly, so I go stop, check process list, start. To help with checking the process list, it's good to use `pwd` or manually put in the path instead of ".". Saves crawling about in proc to figure out the cwd when the process started.