Talk:ReleaseEngineering/Buildbot Best Practices

From MozillaWiki
Revision as of 23:11, 12 March 2009 by NThomas (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.