From 3c9daef7b71544f1a9a1edb8d5af9181126badd9 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Mon, 16 Dec 2024 20:04:51 -0500 Subject: [PATCH] homing in on the best debugging (i.e., none) --- scripts/customize/fred/scripts/jobby/archie_grabber_uva.sh | 4 +++- scripts/customize/fred/scripts/jobby/uva_strider.sh | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/customize/fred/scripts/jobby/archie_grabber_uva.sh b/scripts/customize/fred/scripts/jobby/archie_grabber_uva.sh index 882822a5..ad824447 100644 --- a/scripts/customize/fred/scripts/jobby/archie_grabber_uva.sh +++ b/scripts/customize/fred/scripts/jobby/archie_grabber_uva.sh @@ -41,7 +41,9 @@ fi rm "$cp_outfile" popd &>/dev/null popd &>/dev/null -exit $retval +#nope. we do not want to signal an error when we have already caught it. +#exit $retval +exit 0 ' > $ARCHIVE_SNAGGER_COMMAND #s diff --git a/scripts/customize/fred/scripts/jobby/uva_strider.sh b/scripts/customize/fred/scripts/jobby/uva_strider.sh index e1682aca..94ceba34 100644 --- a/scripts/customize/fred/scripts/jobby/uva_strider.sh +++ b/scripts/customize/fred/scripts/jobby/uva_strider.sh @@ -85,7 +85,7 @@ fi ################ -# these hosts are all in the ITS domain... +# these hosts are all in the "its" domain... domain="its.virginia.edu" hostlist="idpprod01 idpprod02 idpprod03 idpprod04 idpprod05 " @@ -105,7 +105,7 @@ remote_instigater "$init_op" "$remote_op" "$cleanup_op" "$domain" "$hostlist" ################ -# these hosts are in the storage domain... +# these hosts are in the "storage" domain... domain="storage.virginia.edu" hostlist="admin03 admin-hsz02-s admin-lab nasman02-s " -- 2.34.1