1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/automation/buildbot-slave/startbuild.bat Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +echo running > ..\buildbot-is-building 1.5 + 1.6 +echo running: "%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" 1.7 +"%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" 1.8 + 1.9 +if %errorlevel% neq 0 ( 1.10 + set EXITCODE=1 1.11 +) else ( 1.12 + set EXITCODE=0 1.13 +) 1.14 + 1.15 +del ..\buildbot-is-building 1.16 + 1.17 +exit /b %EXITCODE%