From 0da217b8fd6042e4e53d72ebda2399d07e133935 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Wed, 5 Oct 2011 13:59:41 -0400 Subject: [PATCH] adjusting the build system to prune out some subdirectories --- make-planet-archive.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/make-planet-archive.sh b/make-planet-archive.sh index f8e3085..5282d36 100755 --- a/make-planet-archive.sh +++ b/make-planet-archive.sh @@ -11,8 +11,10 @@ echo "Checking out clean repo" git archive --format=tar --prefix=$PROJNAME/ HEAD | (cd tmp && tar xf -) ## Remove any directories that we don't want as part of the repository. -#cd $OLDDIR/tmp/$PROJNAME/private -#rm -rf sandbox +rm -rf $OLDDIR/tmp/experiments +rm -rf $OLDDIR/tmp/notes +rm -rf $OLDDIR/tmp/simulator +rm -rf $OLDDIR/tmp/tests cd $OLDDIR/tmp