X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fpack_feisty_meow.sh;h=e5166685772bcebd1f6fd96ee0c28e49ed93adee;hb=2f66db56b3c178132bb9d8f595c890bb6fdb6a28;hp=c61ee5209b552f22e09358577e3c64eb7f8b61d5;hpb=da3c5dd10227906552c0ac53259628913bc369d5;p=feisty_meow.git diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh index c61ee520..e5166685 100644 --- a/scripts/archival/pack_feisty_meow.sh +++ b/scripts/archival/pack_feisty_meow.sh @@ -8,13 +8,13 @@ TEMPO_FILE="$(mktemp "$TMP/zz_feistypack.XXXXXX")" # shortcut for the lengthy exclude parameter. export XC='--exclude=' -parent_dir="$(dirname "$FEISTY_MEOW_DIR")" -base_dir="$(basename "$FEISTY_MEOW_DIR")" +parent_dir="$(dirname "$FEISTY_MEOW_APEX")" +base_dir="$(basename "$FEISTY_MEOW_APEX")" 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.