-
Notifications
You must be signed in to change notification settings - Fork 74
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
manage_externals broken in noresm2_3_develop #556
Comments
The problem is apparently caused by the M4AGO-sinking-scheme submodule In the blom component
|
Yes, this is the reason manage_externals reports a modification. However, because that modification was created by manage_externals (because the Externals_BLOM.cfg file overrides the committed submodule hash), I think it should understand that and not report a modification. |
Dear @gold2718 and @TomasTorsvik , just in case: I can tag the 99db47ff... M4AGO commit, so that it becomes easier to handle this, if needed (and/or update the commit in BLOM to the most recent version). |
@jmaerz - thanks, that should solve the immediate problem. |
Hi @TomasTorsvik , I just pushed tag dev-1.0.1 which is equivalent to sha |
After running
./manage_externals/checkout_externals
on thenoresm2_3_develop
branch, rerunning the command fails due to a bad status check (running./manage_externals/checkout_externals --status
shows the same bad status):To Reproduce
Steps to reproduce the behavior:
git checkout <origin>/noresm2_3_develop
)./manage_externals/checkout_externals
)./manage_externals/checkout_externals
)Expected behavior
The second run should complete with no errors and no actions.
The text was updated successfully, but these errors were encountered: