From de026b630e860c2d55c8ae64a04b1c9c666a4023 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 8 Jan 2025 23:28:15 -0500 Subject: [PATCH] added new drive to list for updates --- scripts/customize/fred/fred_variables.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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" -- 2.34.1