From 8ae9776454a021192f674a3b4118026772119f73 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 8 Jan 2025 23:29:08 -0500 Subject: [PATCH] updated to add slocums drive --- scripts/customize/fred/fred_common.alias | 1 + scripts/customize/fred/fred_variables.sh | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/customize/fred/fred_common.alias b/scripts/customize/fred/fred_common.alias index ca1c6608..fa553452 100644 --- a/scripts/customize/fred/fred_common.alias +++ b/scripts/customize/fred/fred_common.alias @@ -15,6 +15,7 @@ for drivename in \ flabtastic \ fredmusicprime \ slimpickenz \ + slocums \ soapbox \ swirler \ ; do 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