Subversion Repositories SvarDOS

Rev

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

Rev 63 Rev 66
Line 29... Line 29...
29
# build the boot floppy image first
29
# build the boot floppy image first
30
cp $CUSTFILES/bootmini.img $CDROOT/boot.img
30
cp $CUSTFILES/bootmini.img $CDROOT/boot.img
31
export MTOOLS_NO_VFAT=1
31
export MTOOLS_NO_VFAT=1
32
mcopy -sQm -i $CDROOT/boot.img $CUSTFILES/floppy/* ::/
32
mcopy -sQm -i $CDROOT/boot.img $CUSTFILES/floppy/* ::/
33
 
33
 
34
# sync the boot.img file from full version to nosrc and micro
34
# sync the boot.img file from full version to nosrc and micro, and publish it also stand-alone
35
cp $CDROOT/boot.img $CDROOTNOSRC/
35
cp $CDROOT/boot.img $CDROOTNOSRC/
36
if [ $? -ne 0 ] ; then exit 1 ; fi
36
if [ $? -ne 0 ] ; then exit 1 ; fi
37
cp $CDROOT/boot.img $CDROOTMICRO/
37
cp $CDROOT/boot.img $CDROOTMICRO/
38
if [ $? -ne 0 ] ; then exit 1 ; fi
38
if [ $? -ne 0 ] ; then exit 1 ; fi
-
 
39
cp $CDROOT/boot.img $CDISODIR/
-
 
40
if [ $? -ne 0 ] ; then exit 1 ; fi
39
 
41
 
40
# now strip the sources from the 'no source' clone
42
# now strip the sources from the 'no source' clone
41
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "SOURCE/*" ';'
43
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "SOURCE/*" ';'
42
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "source/*" ';'
44
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "source/*" ';'
43
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "Source/*" ';'
45
find $REPOROOTNOSRC/ -iname '*.zip' -exec zip "{}" -d "Source/*" ';'