From 5749150c8446a9e65a7c20558a758a2add5e8839 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 14 Apr 2012 12:49:41 -0400 Subject: [PATCH] trying again; was only getting the link for feisty meow code. --- scripts/archival/pack_feisty_meow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh index c61ee520..02bf7ac5 100644 --- a/scripts/archival/pack_feisty_meow.sh +++ b/scripts/archival/pack_feisty_meow.sh @@ -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*" # now move the newest version into its resting place. this prepares the # feisty_meow package for uploading. -- 2.34.1