Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 648 → Rev 649

/cron.sh
21,6 → 21,6
# repo changed! delete the flag file, refresh the local copy of the repo and rebuild packages index
rm "$FLAGFILE"
svn up "$SVNREPODIR"
php "$SVNREPODIR/buildidx/buildidx.php" ""$SVNREPODIR/packages/"
php "$SVNREPODIR/buildidx/buildidx.php" "$SVNREPODIR/packages/"
 
exit 0