From 67486916373b7af7db7904e7723cddd4caf2d36c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 29 Mar 2013 00:22:29 -0400 Subject: [PATCH] minor issue cleaned up --- customizing/fred/fred_variables.sh | 2 +- scripts/core/variables.sh | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/customizing/fred/fred_variables.sh b/customizing/fred/fred_variables.sh index 6b2c3347..8fa5e6b0 100644 --- a/customizing/fred/fred_variables.sh +++ b/customizing/fred/fred_variables.sh @@ -20,7 +20,7 @@ if [ -z "$NETHACKOPTIONS" ]; then # add a bunch of folders to the list for checkin & checkout. these are # definitely personal, and some of them are fairly dated (the yeti and # hoople folders, for example). - REPOSITORY_LIST+=" cloud ebooks hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/docs xsede/xsede_tests xsede/code/cak0l xsede/code/libraries xsede/secrets" + REPOSITORY_LIST+="cloud ebooks hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/docs xsede/xsede_tests xsede/code/cak0l xsede/code/libraries xsede/secrets" # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge" diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index ab5d6a6a..9f6f61cc 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -132,8 +132,10 @@ if [ -z "$NECHUNG" ]; then export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh # the base checkout list is just to update feisty_meow. additional folder - # names can be added in your customized scripts. - export REPOSITORY_LIST="feisty_meow" + # names can be added in your customized scripts. the space at the end of + # this variable is important and allows users to extend the list like: + # export REPOSITORY_DIR+="muppets configs" + export REPOSITORY_LIST="feisty_meow " # initializes the feisty meow build variables, if possible. function initialize_build_variables() -- 2.34.1