From 6e9f5f355bd2791a473faab04afc163a4e1ee819 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 30 Aug 2013 10:39:45 -0400 Subject: [PATCH] updated to add xsede tests back in for when it's an isolated checkout. --- customizing/fred/fred_variables.sh | 2 +- scripts/rev_control/version_control.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customizing/fred/fred_variables.sh b/customizing/fred/fred_variables.sh index 0316a800..50c86ee1 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 web antique inova_codebase yeti xsede/docs xsede/secrets xsede/code/fred " + REPOSITORY_LIST+="cloud ebooks web antique inova_codebase yeti xsede/docs xsede/secrets xsede/xsede_tests xsede/code/fred " # point to our local certificate for ssh usage. export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge" diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 6e574bd1..104d56e4 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -121,7 +121,7 @@ function do_checkin() git push 2>&1 | grep -v "X11 forwarding request failed" retval+=$? else - echo unknown repository for $directory... + echo no repository in $directory retval=1 fi popd &>/dev/null -- 2.34.1