From: Fred T. Hamster Date: Thu, 9 Jan 2025 04:28:15 +0000 (-0500) Subject: added new drive to list for updates X-Git-Tag: 2.140.189^2~43 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=de026b630e860c2d55c8ae64a04b1c9c666a4023;p=feisty_meow.git added new drive to list for updates --- diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 5886784b..2b73ab68 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -16,13 +16,17 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then export WEBBED_SITES=/var/www fi +#hmmm: ebooks is not useful any more... # add a bunch of personal folders to the list for checkin & checkout. - REPOSITORY_LIST=" $CLOUD_BASE $FEISTY_MEOW_PERSONAL_HOME/ebooks $FEISTY_MEOW_PERSONAL_HOME/web ${REPOSITORY_LIST} " + REPOSITORY_LIST=" $CLOUD_BASE \ + $FEISTY_MEOW_PERSONAL_HOME/ebooks \ + $FEISTY_MEOW_PERSONAL_HOME/web \ + ${REPOSITORY_LIST} " # adds our locally relevant archive folders into the list to be synched. MAJOR_ARCHIVE_SOURCES+="/z/archons /z/basement /z/imaginations /z/musix /z/toaster /z/walrus $HOME/brobdingnag" # our set of known source hierarchy folder names. - SOURCECODE_HIERARCHY_LIST="codebarn extra_brain interbrane" + SOURCECODE_HIERARCHY_LIST=" codebarn extra_brain interbrane hypermind " # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/others/id_dsa_sourceforge"