added an echo during the regeneration process to let user know it happened.
[feisty_meow.git] / scripts / archival / pack_feisty_meow.sh
index c61ee5209b552f22e09358577e3c64eb7f8b61d5..be600e3fe2ecb2c808398a289f379299b3b8e6c0 100644 (file)
@@ -13,8 +13,8 @@ base_dir="$(basename "$FEISTY_MEOW_DIR")"
 
 pushd $parent_dir
 
-# zip up hoople2, but exclude the file names we never want to see.
-tar -czf $TEMPO_FILE $base_dir $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/waste/*" $XC"*/logs/*" $XC"*/binaries/*" $XC"*.git*" 
+# 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/*" $XC"*/kona/bin/*"
 
 # now move the newest version into its resting place.  this prepares the
 # feisty_meow package for uploading.