Subversion Repositories SvarDOS

Rev

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

Rev 851 Rev 873
Line 52... Line 52...
52
 
52
 
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 "" >&2
-
 
58
  echo "---------------------------------------------------------" >&2
57
  echo "NOTICE: a build-impacting location has been updated." >&2
59
  echo "NOTICE: a build-impacting location has been updated." >&2
58
  echo "        install images have been scheduled for a rebuild." >&2
60
  echo "        install images have been scheduled for a rebuild." >&2
-
 
61
  echo "---------------------------------------------------------" >&2
59
  exit 1
62
  exit 1
60
fi
63
fi
61
 
64
 
62
exit 0
65
exit 0
63
 
66