From 97198d6bb6a185476583db84cfc7221768d4cc9e Mon Sep 17 00:00:00 2001 From: Marshall Ward Date: Sun, 7 Aug 2022 21:33:48 -0400 Subject: [PATCH] Point gitmodules to mom-ocean forks This patch modifies the URLs of the git modulues from the main repositories to local mirrors at @mom-ocean. Since the MOM6 sourc code is hard-coded to particular hashes, there is no benefit to linking to the most recent versions of these codes. And linking to local forks controlled by us will protect us from potential removal of the commits in these repositories. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 637f1188ed..872100b62c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "pkg/CVMix-src"] path = pkg/CVMix-src - url = https://github.com/CVMix/CVMix-src.git + url = https://github.com/mom-ocean/CVMix-src.git [submodule "pkg/GSW-Fortran"] path = pkg/GSW-Fortran - url = https://github.com/TEOS-10/GSW-Fortran.git + url = https://github.com/mom-ocean/GSW-Fortran.git