Subversion Repositories SvarDOS

Rev

Rev 842 | Rev 851 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 842 Rev 844
Line 53... Line 53...
53
# if a location matched, then set a flag so a cron job rebuilds the images
53
# if a location matched, then set a flag so a cron job rebuilds the images
54
# and send an information message back to the committer.
54
# and send an information message back to the committer.
55
if [ $? -eq 0 ] ; then
55
if [ $? -eq 0 ] ; then
56
  echo `date` > /tmp/svardos_rebuild_please.flag
56
  echo `date` > /tmp/svardos_rebuild_please.flag
57
  echo "NOTICE: a build-impacting location has been updated." >&2
57
  echo "NOTICE: a build-impacting location has been updated." >&2
58
  echo "        install images have been scheduled for a rebuilt." >&2
58
  echo "        install images have been scheduled for a rebuild." >&2
59
  exit 1
59
  exit 1
60
fi
60
fi
61
 
61
 
62
exit 0
62
exit 0
63
 
63