[nazghul] Prune CVS dirs from the snapshot

Jason ティビツ tibbs at fedoraproject.org
Tue Aug 17 14:55:05 UTC 2010


commit b80cd0d2f70455bac563892644e48f6fb1a2592a
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Tue Aug 17 09:54:30 2010 -0500

    Prune CVS dirs from the snapshot

 nazghul-make-snapshot |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/nazghul-make-snapshot b/nazghul-make-snapshot
index 5b3e3c5..46605b7 100755
--- a/nazghul-make-snapshot
+++ b/nazghul-make-snapshot
@@ -3,6 +3,7 @@ CVSDATE=$1
 TMPDIR=$(mktemp -d nazghul.XXXXXXXXXXX) || exit 1
 pushd $TMPDIR
 cvs -z3 -d:pserver:anonymous at nazghul.cvs.sourceforge.net:/cvsroot/nazghul co -D$CVSDATE nazghul
+find nazghul -name CVS -type d -exec 'rm -rf {} \\\;'
 tar cvvfJ nazghul-$CVSDATE.txz nazghul
 popd
 mv $TMPDIR/nazghul-$CVSDATE.txz .


More information about the scm-commits mailing list