Mercurial > hg > autobot
changeset 53:b145611fcbc1
remove the build on restart if youre debugging
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 10 Jan 2011 12:33:23 -0800 |
parents | 1bd23c43a133 |
children | 42b82c5bb03d |
files | autobot/template/restart_buildbot.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'])