Subversion Repositories SvarDOS

Rev

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

Rev 16 Rev 19
Line 32... Line 32...
32
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "SOURCE/*" ';'
32
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "SOURCE/*" ';'
33
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "source/*" ';'
33
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "source/*" ';'
34
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "Source/*" ';'
34
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "Source/*" ';'
35
 
35
 
36
# refresh all repositories
36
# refresh all repositories
-
 
37
cd "$REPOROOT"
37
rm $REPOROOT/listing.txt
38
rm listing.txt
38
$BUILDIDX $REPOROOT/base && $BUILDIDX $REPOROOTNOSRC/base
39
$BUILDIDX $REPOROOT/base && $BUILDIDX $REPOROOTNOSRC/base
39
if [ $? -ne 0 ] ; then exit 1 ; fi
40
if [ $? -ne 0 ] ; then exit 1 ; fi
40
$BUILDIDX $REPOROOT/devel && $BUILDIDX $REPOROOTNOSRC/devel
41
$BUILDIDX $REPOROOT/devel && $BUILDIDX $REPOROOTNOSRC/devel
41
if [ $? -ne 0 ] ; then exit 1 ; fi
42
if [ $? -ne 0 ] ; then exit 1 ; fi
42
$BUILDIDX $REPOROOT/drivers && $BUILDIDX $REPOROOTNOSRC/drivers
43
$BUILDIDX $REPOROOT/drivers && $BUILDIDX $REPOROOTNOSRC/drivers