diff -r 000000000000 -r 6474c204b198 security/nss/automation/buildbot-slave/reboot.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/security/nss/automation/buildbot-slave/reboot.bat Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,6 @@ +IF EXIST ..\buildbot-is-building ( + del ..\buildbot-is-building + shutdown /r /t 0 + + timeout /t 120 +)