-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Declined
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
This issue was automatically imported from https://github.com/funtoo/ego/pull/13
The following assumption is made:
Either a kit git submodule will be in a detached HEAD state, or it will
have a specific branch checked out (these are the two common use cases).
Based on that assumption, in the former case the kit's git submodule
shall be updated via `git submodule update [...]` to the commit
recorded in meta-repo for it, in the latter the respective branch
it's on shall be updated via `git pull [...]`.