From 965ff4203f132c6b032398a7a56494329714247c Mon Sep 17 00:00:00 2001 From: "russ.treadon" Date: Thu, 18 Jun 2020 20:02:23 +0000 Subject: [PATCH] Issue #85: update DA checkout to point at release/gfsda.v16.0.0 --- sorc/checkout.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 9a5675fb29..e067fa7d04 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -19,11 +19,9 @@ fi echo gsi checkout ... if [[ ! -d gsi.fd ]] ; then rm -f ${topdir}/checkout-gsi.log - #git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 - git clone --recursive https://github.com/CoryMartin-NOAA/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 + git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 cd gsi.fd - #git checkout release/gfsda.v16.0.0 - git checkout feature/gdaschgres + git checkout release/gfsda.v16.0.0 git submodule update cd ${topdir} else