taking out bin directory for java code too.
authorChris Koeritz <fred@gruntose.com>
Mon, 18 Feb 2013 13:49:25 +0000 (08:49 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 18 Feb 2013 13:49:25 +0000 (08:49 -0500)
scripts/archival/pack_feisty_meow.sh

index 0a7029c0118953ec91ab66cb8f560fe909dbbfde..be600e3fe2ecb2c808398a289f379299b3b8e6c0 100644 (file)
@@ -14,7 +14,7 @@ base_dir="$(basename "$FEISTY_MEOW_DIR")"
 pushd $parent_dir
 
 # zip up feisty meow, but exclude the file names we never want to see.
-tar -h -czf $TEMPO_FILE $base_dir $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/waste/*" $XC"*/logs/*" $XC"*/binaries/*" $XC"*.git*" $XC"*/code_guide/*"
+tar -h -czf $TEMPO_FILE $base_dir $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/waste/*" $XC"*/logs/*" $XC"*/binaries/*" $XC"*.git*" $XC"*/code_guide/*" $XC"*/kona/bin/*"
 
 # now move the newest version into its resting place.  this prepares the
 # feisty_meow package for uploading.