Replacing checkout_externals with git-fleximod #599
TomasTorsvik
started this conversation in
Tips and Procedures
Replies: 1 comment
-
Updating components managed by git-fleximodUpdating a NorESM component tag has two goals:
This procedure should always work:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The latest tag
noresm2_5_alpha08
replacescheckout_externals
withgit-fleximod
. This means, when checking out source code, you should not run thecheckout_externals
script, but instead run./bin/git-fleximod --help
for further info and options.Related to this change, external components are now defined in the
.gitmodules
files instead of theExternals.cfg
file.Issues related to git-fleximid should be reported and discussed under issue #581
Beta Was this translation helpful? Give feedback.
All reactions