Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 872 → Rev 873

/doc/build server.txt
54,8 → 54,11
# and send an information message back to the committer.
if [ $? -eq 0 ] ; then
echo `date` > /tmp/svardos_rebuild_please.flag
echo "" >&2
echo "---------------------------------------------------------" >&2
echo "NOTICE: a build-impacting location has been updated." >&2
echo " install images have been scheduled for a rebuild." >&2
echo "---------------------------------------------------------" >&2
exit 1
fi