Subversion Repositories SvarDOS

Rev

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

Rev 854 Rev 1698
Line 29... Line 29...
29
fi
29
fi
30
 
30
 
31
 
31
 
32
# refresh the local copy of the repo and rebuild packages index
32
# refresh the local copy of the repo and rebuild packages index
33
svn up "$SVNREPODIR"
33
svn up "$SVNREPODIR"
-
 
34
rm -rf "$SVNREPODIR/packages/latest"
34
php "$SVNREPODIR/buildidx/buildidx.php" "$SVNREPODIR/packages/" > "$SVNREPODIR/packages/_buildidx.log"
35
php "$SVNREPODIR/buildidx/buildidx.php" "$SVNREPODIR/packages/" > "$SVNREPODIR/packages/_buildidx.log"
35
 
36
 
36
 
37
 
37
# do I need to rebuild the install images as well?
38
# do I need to rebuild the install images as well?
38
if [ "$NEEDTOREBUILD" -ne 0 ] ; then
39
if [ "$NEEDTOREBUILD" -ne 0 ] ; then