From ad24921ed5587fdabccd65e96aaf63fedc9b47c3 Mon Sep 17 00:00:00 2001 From: Christina Holt <56881914+christinaholtNOAA@users.noreply.github.com> Date: Tue, 7 Dec 2021 17:08:13 -0700 Subject: [PATCH] Point to tags for archival purposes. These tags capture the current state (as of today) of the branches they are pointing to. It will be an exercise left to the user to dig out specific hashes valid on the date of the last commit since these changes were tracked together with the top of a branch instead of a specific hash during this phase of RRFS development. --- Externals.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index 79ef73091b..c140b1ac4a 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -2,7 +2,8 @@ protocol = git repo_url = https://github.com/NOAA-GSL/regional_workflow # Specify either a branch name or a hash but not both. -branch = feature/RRFS_dev1 +# The use of a RRFS_dev1 tag here is not an archival mistake, and was a development choice during the real time run. +branch = RRFS_dev1_20211207 #hash = b2b7e959 local_path = regional_workflow required = True @@ -45,7 +46,7 @@ required = True protocol = git repo_url = https://github.com/NOAA-GSL/GSI.git # Specify either a branch name or a hash but not both. -branch = feature/rrfs +branch = rrfs_20211207 #hash = dceca26 local_path = src/gsi required = True