-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #394 (Now use short submodule names in .gitmodules)
This merge brings PR #394 (Now use short submodule names in gitmodules, by @yantosca) the GEOS-Chem "no-diff-to-benchmark" development stream. This update edits the .gitmodules file so as to remove the path from the submodule names. Paths are declared with the "path = /path/to/submod" specification. Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
[submodule "src/MAPL"] | ||
[submodule "MAPL"] | ||
path = src/MAPL | ||
url = https://github.com/geoschem/MAPL | ||
[submodule "src/GMAO_Shared"] | ||
[submodule "GMAO_Shared"] | ||
path = src/GMAO_Shared | ||
url = https://github.com/geoschem/GMAO_Shared | ||
[submodule "ESMA_cmake"] | ||
path = ESMA_cmake | ||
url = https://github.com/geoschem/ESMA_cmake | ||
[submodule "src/gFTL-shared"] | ||
[submodule "gFTL-shared"] | ||
path = src/gFTL-shared | ||
url = https://github.com/geoschem/gFTL-shared.git | ||
[submodule "src/FMS"] | ||
[submodule "FMS"] | ||
path = src/FMS | ||
url = https://github.com/geoschem/FMS.git | ||
[submodule "src/GCHP_GridComp/FVdycoreCubed_GridComp"] | ||
[submodule "FVdycoreCubed_GridComp"] | ||
path = src/GCHP_GridComp/FVdycoreCubed_GridComp | ||
url = https://github.com/geoschem/FVdycoreCubed_GridComp.git | ||
[submodule "src/GCHP_GridComp/GEOSChem_GridComp/geos-chem"] | ||
[submodule "geos-chem"] | ||
path = src/GCHP_GridComp/GEOSChem_GridComp/geos-chem | ||
url = https://github.com/geoschem/geos-chem.git | ||
[submodule "src/GCHP_GridComp/HEMCO_GridComp/HEMCO"] | ||
[submodule "HEMCO"] | ||
path = src/GCHP_GridComp/HEMCO_GridComp/HEMCO | ||
url = https://github.com/geoschem/HEMCO.git | ||
[submodule "src/yaFyaml"] | ||
[submodule "yaFyaml"] | ||
path = src/yaFyaml | ||
url = https://github.com/geoschem/yaFyaml.git | ||
[submodule "src/pFlogger"] | ||
[submodule "pFlogger"] | ||
path = src/pFlogger | ||
url = https://github.com/geoschem/pFlogger.git | ||
[submodule "docs/geos-chem-shared-docs"] | ||
[submodule "geos-chem-shared-docs"] | ||
path = docs/source/geos-chem-shared-docs | ||
url = https://github.com/geoschem/geos-chem-shared-docs.git | ||
[submodule "src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J"] | ||
[submodule "Cloud-J"] | ||
path = src/GCHP_GridComp/Cloud-J | ||
url = https://github.com/geoschem/Cloud-J |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters