-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When you set fxtag to a non-existent tag, git-fleximod just silently grabs the original submodule hash/tag. While I think this behavior is fine, it would be nice to print a warning to the screen that the new tag wasn't found, so that the user/developer is aware that their .gitmodules change was not correct.
To reproduce the issue:
- Grab a codebase (e.g. ESCOMP/CESM) that uses git-fleximod.
- Update the
.gitmodulesfile so that one of the submodules has anfxtagentry that is completely made up or non-existent. - Run
bin/git-fleximod update, and note that it will simply ignore the badfxtagsetting and grab the original submodule tag/hash, without any sort of notification.
This was tested with the latest version of git-fleximod (v1.0.1).
Metadata
Metadata
Assignees
Labels
No labels