mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:29:18 +02:00
+ Keep CVS files for faster update
This commit is contained in:
parent
cbfda37a26
commit
d2ec096991
@ -22,7 +22,9 @@ rm -rf buildsrc
|
|||||||
|
|
||||||
mkdir buildsrc
|
mkdir buildsrc
|
||||||
cd buildsrc
|
cd buildsrc
|
||||||
cvs -z3 export -r $CVSTAG fpc
|
cvs -z3 checkout -r $CVSTAG fpc
|
||||||
|
|
||||||
|
find -name CVS -type d | xargs tar --remove-files cvf CVSfiles.tar.gz
|
||||||
|
|
||||||
rm -f $OUTPUTDIR/$PACKNAME.tar.gz $OUTPUTDIR/$PACKNAME.zip
|
rm -f $OUTPUTDIR/$PACKNAME.tar.gz $OUTPUTDIR/$PACKNAME.zip
|
||||||
zip -D9r $OUTPUTDIR/$PACKNAME.zip fpc/
|
zip -D9r $OUTPUTDIR/$PACKNAME.zip fpc/
|
||||||
|
Loading…
Reference in New Issue
Block a user