Subversion Repositories SvarDOS

Rev

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

Rev 649 Rev 732
Line 19... Line 19...
19
 
19
 
20
 
20
 
21
# repo changed! delete the flag file, refresh the local copy of the repo and rebuild packages index
21
# repo changed! delete the flag file, refresh the local copy of the repo and rebuild packages index
22
rm "$FLAGFILE"
22
rm "$FLAGFILE"
23
svn up "$SVNREPODIR"
23
svn up "$SVNREPODIR"
24
php "$SVNREPODIR/buildidx/buildidx.php" "$SVNREPODIR/packages/"
24
php "$SVNREPODIR/buildidx/buildidx.php" "$SVNREPODIR/packages/" > "$SVNREPODIR/packages/_buildidx.log"
25
 
25
 
26
exit 0
26
exit 0