From dcabb3827763915aedc42c96c56c3c4c5769a9c2 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 12 Jun 2024 15:49:59 -0600 Subject: [PATCH 1/3] test github testing in cime PR #4631 --- .github/workflows/srt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 63121dd7..1858ef66 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -91,7 +91,9 @@ jobs: sed -i".bak" "s/git@github.com:/https:\/\/github.com\//g" "${PWD}/.gitmodules" fi + git checkout fix-quiet-lockedfiles git submodule update --init + cd ../components/cdeps git checkout main git submodule update --init From 3455b507f1ddf1d6e91a975e61a5a12144c4cb63 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 18 Jun 2024 05:42:40 -0600 Subject: [PATCH 2/3] Revert "test github testing in cime PR #4631" --- .github/workflows/srt.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 1858ef66..63121dd7 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -91,9 +91,7 @@ jobs: sed -i".bak" "s/git@github.com:/https:\/\/github.com\//g" "${PWD}/.gitmodules" fi - git checkout fix-quiet-lockedfiles git submodule update --init - cd ../components/cdeps git checkout main git submodule update --init From f79221ee02f4f78e9e9010765324ce6fd5f733d8 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 18 Jun 2024 05:46:27 -0600 Subject: [PATCH 3/3] replace manage-externals with git-fleximod --- .github/workflows/srt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 63121dd7..c33bf0e3 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -79,7 +79,7 @@ jobs: - name: checkout externals run: | pushd cesm - ./manage_externals/checkout_externals ccs_config cdeps share mct cpl7 parallelio + ./bin/git-fleximod update ccs_config cdeps share mct parallelio cd ccs_config git checkout main cd ../