X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Ffred_variables.sh;h=4f38085967d65bdb37d4247678b109ca49992494;hb=8efd34bd42462f5d043b17cd8f5d55bc21af1e95;hp=fcca5081e9499e1bf57d65ffbd83069cfe5f0b97;hpb=5fd6f2cff4cae749812cebff2d0e4c6a842c12ee;p=feisty_meow.git diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index fcca5081..4f380859 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -14,10 +14,8 @@ 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/webwork" + # add a bunch of personal folders to the list for checkin & checkout. + REPOSITORY_LIST+="$(basename $FEISTY_MEOW_APEX) cloud ebooks web active/webwork" # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"