# HG changeset patch # User Jeff Hammel # Date 1294691603 28800 # Node ID b145611fcbc1fc3745fd0b7b1b84881f6458b267 # Parent 1bd23c43a133bcaa84258b65d484c0731404ed23 remove the build on restart if youre debugging diff -r 1bd23c43a133 -r b145611fcbc1 autobot/template/restart_buildbot.py --- a/autobot/template/restart_buildbot.py Mon Jan 10 12:30:29 2011 -0800 +++ b/autobot/template/restart_buildbot.py Mon Jan 10 12:33:23 2011 -0800 @@ -12,6 +12,7 @@ if {{debug}}: call(['rm', '-f', 'master/twistd.log']) call(['rm', '-f', 'slave/twistd.log']) + call(['rm', '-f', 'slave/full']) call(['buildbot', 'stop', 'master']) call(['buildslave', 'stop', 'slave']) call(['buildbot', 'start', 'master'])