Skip to content

Commit

Permalink
Change UPP from Xianwu.Xue repo to EMC repo
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github_port2acorn
 Changes to be committed:
	modified:   sorc/checkout.sh

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Oct 27, 2021
1 parent b3ad62b commit 5539bfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,11 @@ fi
echo EMC_post checkout ...
if [[ ! -d gfs_post.fd ]] ; then
rm -f ${topdir}/checkout-gfs_post.log
git clone --recursive https://github.com/XianwuXue-NOAA/UPP.git gfs_post.fd >> ${LOG_DIR}/checkout-gfs_post.log 2>&1
#git clone --recursive git@github.com:XianwuXue-NOAA/UPP.git gfs_post.fd >> ${LOG_DIR}/checkout-gfs_post.log 2>&1
git clone --recursive https://github.com/NOAA-EMC/UPP.git gfs_post.fd >> ${LOG_DIR}/checkout-gfs_post.log 2>&1
rc=$?
((err+=$rc))
cd gfs_post.fd
git checkout feature/gefs_v12.0.1_port2acorn
git checkout release/gefs_v12
cd ${topdir}
else
echo 'Skip. Directory gfs_post.fd already exists.'
Expand Down

0 comments on commit 5539bfb

Please sign in to comment.