Subversion Repositories SvarDOS

Rev

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

Rev 837 Rev 839
Line 46... Line 46...
46
#  - build.sh
46
#  - build.sh
47
#
47
#
48
# any change to one of these locations means that the content of the
48
# any change to one of these locations means that the content of the
49
# installation images may have been impacted, hence a rebuild may be necessary.
49
# installation images may have been impacted, hence a rebuild may be necessary.
50
#
50
#
51
$SVNLOOK changed ./ | grep -e ' files' -e ' build.sh' -e ' packages/core/'
51
$SVNLOOK changed -t "$TXN" "$REPOS" | grep -e ' files' -e ' build.sh' -e ' packages/core/'
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