From: Chris Koeritz Date: Tue, 11 Jul 2017 14:16:26 +0000 (-0400) Subject: updated location for active projects X-Git-Tag: 2.140.90~166 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9d4dba9c214a19b8e8bd0d8545d5c645b88c0071;p=feisty_meow.git updated location for active projects --- diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index fcca5081..1906df4f 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -17,7 +17,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then # 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" + REPOSITORY_LIST+="cloud ebooks web active/webwork" # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"