From: Chris Koeritz Date: Fri, 30 Aug 2013 14:39:45 +0000 (-0400) Subject: updated to add xsede tests back in for when it's an isolated checkout. X-Git-Tag: 2.140.90~937 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=6e9f5f355bd2791a473faab04afc163a4e1ee819;p=feisty_meow.git updated to add xsede tests back in for when it's an isolated checkout. --- 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