[or-cvs] r21720: {projects} Exclude subversion subdirectories during packaging (projects/chumby)
Jacob Appelbaum
jacob at appelbaum.net
Mon Feb 22 04:59:38 UTC 2010
Author: ioerror
Date: 2010-02-22 04:59:38 +0000 (Mon, 22 Feb 2010)
New Revision: 21720
Modified:
projects/chumby/build.sh
Log:
Exclude subversion subdirectories during packaging
Modified: projects/chumby/build.sh
===================================================================
--- projects/chumby/build.sh 2010-02-22 04:46:10 UTC (rev 21719)
+++ projects/chumby/build.sh 2010-02-22 04:59:38 UTC (rev 21720)
@@ -103,7 +103,7 @@
echo "Creating tar.gz package for Chumby...";
# This is how we build the actual package that the Chumby unpacks
cd $BUILD_DIR/;
-tar -cvzf torpkg.tar.gz tor;
+tar --exclude=.svn -cvzf torpkg.tar.gz tor;
# now zip it to be called torbridge_c1_fw1.0.3.zip
echo "Creating .zip file for distribution...";
zip torbridge_c1_fw1.0.3.zip torpkg.tar.gz \
More information about the tor-commits
mailing list