updated to add slocums drive
authorFred T. Hamster <fred@gruntose.com>
Thu, 9 Jan 2025 04:29:08 +0000 (23:29 -0500)
committerFred T. Hamster <fred@gruntose.com>
Thu, 9 Jan 2025 04:29:08 +0000 (23:29 -0500)
scripts/customize/fred/fred_common.alias
scripts/customize/fred/fred_variables.sh

index ca1c660861ad01a9579e883c12fd3a7bea08730d..fa553452a1fdf4e54959a89f29a849c64fa5c73b 100644 (file)
@@ -15,6 +15,7 @@ for drivename in \
   flabtastic \
   fredmusicprime \
   slimpickenz \
+  slocums \
   soapbox \
   swirler \
 ; do
index 5886784bb61d1c5f20be0ba44c677ab35781ac31..2b73ab68854fa16bb78c1b5ab3a0496d32f26c42 100644 (file)
@@ -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"