r843 - scripts/trunk

Alexander Schmehl tolimar at costa.debian.org
Sat Jun 17 13:39:38 UTC 2006


Author: tolimar
Date: 2006-06-17 13:39:37 +0000 (Sat, 17 Jun 2006)
New Revision: 843

Modified:
   scripts/trunk/nexuiz-prepare.sh
Log:
Don't include CVS stuff in teh orig.tar.gz's

Modified: scripts/trunk/nexuiz-prepare.sh
===================================================================
--- scripts/trunk/nexuiz-prepare.sh	2006-06-16 20:11:21 UTC (rev 842)
+++ scripts/trunk/nexuiz-prepare.sh	2006-06-17 13:39:37 UTC (rev 843)
@@ -31,14 +31,14 @@
 echo "Creating engine tarball..."
 cd ./nexuiz-tmp/Nexuiz && unzip sources/$ENGINEZIP && \
 	mkdir -p nexuiz-$VERSION && mv darkplaces Docs nexuiz-$VERSION &&
-tar -czf ../../nexuiz_$VERSION.orig.tar.gz nexuiz-$VERSION
+	tar --exclude .cvsignore --exclude CVS --exclude .#* -czf ../../nexuiz_$VERSION.orig.tar.gz nexuiz-$VERSION
 
 cd ../..
 
 echo "Creating data tarball..."
 cd ./nexuiz-tmp/Nexuiz && \
 	mkdir -p nexuiz-data-$VERSION && mv data nexuiz-data-$VERSION && \
-	tar -czf ../../nexuiz-data_$VERSION.orig.tar.gz nexuiz-data-$VERSION
+	tar --exclude .cvsignore --exclude CVS --exclude .#* -czf ../../nexuiz-data_$VERSION.orig.tar.gz nexuiz-data-$VERSION
 
 if [ "$?" != "0" ]; then
 	echo "Aieeeeee!!! Something went wrong. Bailing out..."




More information about the Pkg-games-commits mailing list