From fff44facb1d4345998d996231f05ed5510066001 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 27 Nov 2015 21:57:29 -0500 Subject: [PATCH] added /usr/local as potential place to find repositories. --- customizing/fred/fred_variables.sh | 2 +- scripts/rev_control/checkin.sh | 2 +- scripts/rev_control/getem.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customizing/fred/fred_variables.sh b/customizing/fred/fred_variables.sh index c94a1d3f..be4ab37e 100644 --- a/customizing/fred/fred_variables.sh +++ b/customizing/fred/fred_variables.sh @@ -17,7 +17,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 web antique inova_codebase yeti gffs/docs gffs/secrets gffs/code/fred-trunk /usr/local/feisty_meow " + REPOSITORY_LIST+="cloud ebooks web antique inova_codebase yeti gffs/docs gffs/secrets gffs/code/fred-trunk " # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge" diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index c5008149..ed58906f 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -9,7 +9,7 @@ echo "Committing repositories at: $(date)" if [ "$OS" != "Windows_NT" ]; then # first get individual folders. - checkin_list $HOME + checkin_list $HOME /usr/local else checkin_list $HOME c:/ d:/ e:/ fi diff --git a/scripts/rev_control/getem.sh b/scripts/rev_control/getem.sh index e8ff547f..375f1135 100644 --- a/scripts/rev_control/getem.sh +++ b/scripts/rev_control/getem.sh @@ -36,7 +36,7 @@ echo "Getting repositories at: $(date)" # perform the checkouts as appropriate per OS. if [ "$OS" != "Windows_NT" ]; then - checkout_list $HOME 2>&1 | tee -a "$TMPO_CHK" + checkout_list $HOME /usr/local 2>&1 | tee -a "$TMPO_CHK" else checkout_list $HOME c:/ d:/ e:/ 2>&1 | tee -a "$TMPO_CHK" fi -- 2.34.1