Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Externals.cfg to use uppercase repository names #170

Merged
merged 2 commits into from
Sep 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ required = True
[cime]
tag = cime5.8.31
protocol = git
repo_url = https://github.com/ESMCI/cime
repo_url = https://github.com/ESMCI/CIME
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is still lowercase officially

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I changed it back to cime.

local_path = cime
externals = ../Externals_cime.cfg
required = True

[cism]
tag = cism2_1_69
protocol = git
repo_url = https://github.com/ESCOMP/cism-wrapper
repo_url = https://github.com/ESCOMP/CISM-wrapper
local_path = components/cism
externals = Externals_CISM.cfg
required = True

[clm]
tag = ctsm1.0.dev107
protocol = git
repo_url = https://github.com/ESCOMP/ctsm
repo_url = https://github.com/ESCOMP/CTSM
local_path = components/clm
externals = Externals_CLM.cfg
required = True
Expand All @@ -56,7 +56,7 @@ required = False
[mosart]
tag = mosart1_0_37
protocol = git
repo_url = https://github.com/ESCOMP/mosart
repo_url = https://github.com/ESCOMP/MOSART
local_path = components/mosart
required = True

Expand All @@ -71,7 +71,7 @@ required = True
[rtm]
tag = rtm1_0_72
protocol = git
repo_url = https://github.com/ESCOMP/rtm
repo_url = https://github.com/ESCOMP/RTM
local_path = components/rtm
required = True

Expand Down