X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=inline;f=scripts%2Fcustomize%2Ffred%2Ffred_variables.sh;h=02e107a58d79c4c83008e424c4bac61dbdb7518c;hb=c6d858a8c1f76c967023ce5792b4081f50ae98bc;hp=4bbe66fb203809a1de79c8a3af59efc0bf7824cc;hpb=527e3b806b119c7c1f3a348486b1abcceec33ffe;p=feisty_meow.git diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 4bbe66fb..02e107a5 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -14,10 +14,11 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then export WEBBED_SITES=/var/www fi - # add a bunch of folders to the list for checkin & checkout. these are - # definitely personal, and some of them are fairly dated (the yeti and - # hoople folders, for example). - REPOSITORY_LIST+="cloud ebooks web projects/web_work" + # add a bunch of personal folders to the list for checkin & checkout. + REPOSITORY_LIST+=" cloud ebooks web " + + # adds our locally relevant archive folders into the list to be synched. + ARCHIVE_COLLECTIONS_LIST+="/z/basement /z/imaginations /z/musix /z/toaster /z/walrus" # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"