canmove, Confirmed users
6,439
edits
Line 40: | Line 40: | ||
buildbot checkconfig | buildbot checkconfig | ||
* If everything looks OK, reconfig or restart the master | * If everything looks OK, reconfig or restart the master | ||
buildbot reconfig | buildbot reconfig `pwd` | ||
# OR | # OR | ||
buildbot | # You may need to run stop multiple times before Buildbot recognizes that the process is dead | ||
# You can also check 'ps auxwww | grep buildbot' for it. | |||
buildbot stop `pwd` | |||
buildbot start `pwd` | |||
* Watch the Buildbot Waterfall for problems. | * Watch the Buildbot Waterfall for problems. |