X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fpack_feisty_meow.sh;h=cb3d4a0fffbd22f816cfe8e9299f8be94a2756e4;hb=3f261f3eb4adc0626c8ed3524dd72e08d27cbdbf;hp=4e6466009610070616f67993d981600099148de6;hpb=69fd603d5774adbf6f107a3523a0bc498f8d33e6;p=feisty_meow.git diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh index 4e646600..cb3d4a0f 100644 --- a/scripts/archival/pack_feisty_meow.sh +++ b/scripts/archival/pack_feisty_meow.sh @@ -16,16 +16,16 @@ TEMPO_FILE="$(mktemp "$TMP/zz_feistypack.XXXXXX")" log_feisty_meow_event "packing feisty meow in temporary file $TEMPO_FILE" -# shortcut for the lengthy exclude parameter. -# note that this only works on file patterns apparently, like *.hosed, -# instead of working with general patterns (like */code_guide/*). -export XC='--exclude=' - parent_dir="$(dirname "$FEISTY_MEOW_APEX")" base_dir="$(basename "$FEISTY_MEOW_APEX")" pushd $parent_dir +# shortcut for the lengthy exclude parameter. +# note that this only works on file patterns apparently, like *.hosed, +# instead of working with general patterns (like */code_guide/*). +export XC='--exclude=' + # archive feisty meow current state, but exclude the file names we never want # to see in the archive. the exclude vcs flag takes care of excluding # revision control system private dirs. first chunk of excludes is for the