comparison: security/nss/automation/buildbot-slave/startbuild.bat
security/nss/automation/buildbot-slave/startbuild.bat
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 echo running > ..\buildbot-is-building |
|
2 |
|
3 echo running: "%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" |
|
4 "%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" |
|
5 |
|
6 if %errorlevel% neq 0 ( |
|
7 set EXITCODE=1 |
|
8 ) else ( |
|
9 set EXITCODE=0 |
|
10 ) |
|
11 |
|
12 del ..\buildbot-is-building |
|
13 |
|
14 exit /b %EXITCODE% |