From d4e4de4eca76bdb1a37e949ed80471615dc5fba3 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 16 May 2018 17:02:51 -0400 Subject: [PATCH] reordered to make personal repos check in first didn't like waiting for the plethora of apps and other projects to check in, so i pushed the web and cloud and other personal folders of mine into the list before everything else. this means feisty meow check-in has to wait now, but i'm fine with that. --- scripts/customize/fred/fred_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 1ac9756a..ec172031 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -15,7 +15,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then fi # add a bunch of personal folders to the list for checkin & checkout. - REPOSITORY_LIST+=" cloud ebooks web " + REPOSITORY_LIST=" cloud ebooks 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" -- 2.34.1