diff -r 000000000000 -r 6474c204b198 security/nss/automation/buildbot-slave/startbuild.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/security/nss/automation/buildbot-slave/startbuild.bat Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,14 @@ +echo running > ..\buildbot-is-building + +echo running: "%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" +"%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" + +if %errorlevel% neq 0 ( + set EXITCODE=1 +) else ( + set EXITCODE=0 +) + +del ..\buildbot-is-building + +exit /b %EXITCODE%