Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 19 → Rev 18

/build.sh
34,8 → 34,7
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "Source/*" ';'
 
# refresh all repositories
cd "$REPOROOT"
rm listing.txt
rm $REPOROOT/listing.txt
$BUILDIDX $REPOROOT/base && $BUILDIDX $REPOROOTNOSRC/base
if [ $? -ne 0 ] ; then exit 1 ; fi
$BUILDIDX $REPOROOT/devel && $BUILDIDX $REPOROOTNOSRC/devel