r560 - scripts/trunk

Gonéri Le Bouder goneri-guest at costa.debian.org
Mon May 1 01:47:10 UTC 2006


Author: goneri-guest
Date: 2006-05-01 01:47:09 +0000 (Mon, 01 May 2006)
New Revision: 560

Modified:
   scripts/trunk/vdrift.sh
Log:
release renamed from 2006.02.21 to 0.2006.02.21 i oder to avoid problem
for futur stable release (X.X format). I don't know if it's a good idea.
Clean up svn thing


Modified: scripts/trunk/vdrift.sh
===================================================================
--- scripts/trunk/vdrift.sh	2006-05-01 00:22:19 UTC (rev 559)
+++ scripts/trunk/vdrift.sh	2006-05-01 01:47:09 UTC (rev 560)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 BUILDDIR=`pwd`
-RELEASE="2006.02.21"	# NOTE:  Before uploading the next release, please check the tarballs for CVS stuff and uncomment those lines here to get it removed
+RELEASE="0.2006.02.21"	# NOTE:  Before uploading the next release, please check the tarballs for svn stuff and uncomment those lines here to get it removed
 DEBRELEASE=${RELEASE}-1 #this could be extracted from the changelog file
 TARBALL_VDRIFTDATA="vdrift-data_$RELEASE.orig.tar.gz"
 TARBALL_VDRIFT="vdrift_$RELEASE.orig.tar.gz"
@@ -27,6 +27,7 @@
 	wget $URL_VDRIFT
   tar xfj vdrift-2006-02-21-src.tar.bz2
   mv vdrift-2006-02-21-src vdrift-$RELEASE
+  find vdrift-$RELEASE -name '.svn' -type d -prune -exec rm -Rf {} \;
   rm vdrift-2006-02-21-src.tar.bz2
   tar cfz $TARBALL_VDRIFT vdrift-$RELEASE
   rm -Rf vdrift-$RELEASE




More information about the Pkg-games-commits mailing list