From: Chris Koeritz Date: Sun, 17 Dec 2017 17:17:59 +0000 (+0000) Subject: attempt 3 and getting pretty frustrated X-Git-Tag: 2.140.106^2~13^2~7 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=057fe4c832eca2657df3959bb6d3d375579f4dd0 attempt 3 and getting pretty frustrated the exclude docs are not really helping, or the feature is just really not working. trying now to use just the most simplistic pattern possible, which is only the dir name. stars in the pattern just seem to get completely ignored somehow, or slashes make it fail, or some kind of insanity that seemingly didn't used to happen. --- diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh index 40f438a1..6b7bc1bc 100644 --- a/scripts/archival/pack_feisty_meow.sh +++ b/scripts/archival/pack_feisty_meow.sh @@ -14,7 +14,7 @@ base_dir="$(basename "$FEISTY_MEOW_APEX")" 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*/kona/bin/* $XC*/code_guide +tar -h -czf $TEMPO_FILE $base_dir ${XC}*/*.tar.gz ${XC}*/*.zip ${XC}*/waste/* ${XC}*/logs/* ${XC}*/binaries/* ${XC}*.git* ${XC}*/kona/bin/* ${XC}code_guide # now move the newest version into its resting place. this prepares the # feisty_meow package for uploading.