8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Script which I use to generate Firebird source packages

This commit is contained in:
skidder 2004-08-19 00:04:04 +00:00
parent b6dd14ad20
commit 6d0dc3954c

6
src/misc/src_bundle.sh Executable file
View File

@ -0,0 +1,6 @@
FB_VERSION=1.5.1.4481
FB_REVISION=R1_5_1
cvs -z9 -d :ext:skidder@cvs.firebird.sourceforge.net:/cvsroot/firebird co -r $FB_REVISION firebird2
mv firebird2 firebird-$FB_VERSION
find firebird-$FB_VERSION -name CVS -exec rm -rf '{}' ';'
tar -cjf firebird-$FB_VERSION.tar.bz2 firebird-$FB_VERSION