mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 00:42:06 +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
|
||||
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
|
||||
zip -D9r $OUTPUTDIR/$PACKNAME.zip fpc/
|
||||
|
Loading…
Reference in New Issue
Block a user