Confirmed users
4,971
edits
| Line 368: | Line 368: | ||
# Respect the no-go file | # Respect the no-go file | ||
if [ -f $STANDALONE_FILE ] ; then | if [ -f $STANDALONE_FILE ] ; then | ||
echo "Not starting buildbot: `cat $STANDALONE_FILE`" | echo "`hostname` Not starting buildbot: `cat $STANDALONE_FILE`" | ||
exit | exit | ||
fi | fi | ||