Skip to content

get_manifest_projects: add possibility to concatenate namespaces

Tobias Poganiuch requested to merge concat-namespaces into master

This is needed for cases where the remote URL contains a part of the project namespace (e.g. "ssh://git@gitlab.com/garz-fricke/yocto") and the project name contains another part of it (e.g. "layers/meta-guf-machine"). There is no GitLab API call which will find a project given this information. Thus we are adding a possibility to parse the namespace from the remote and prepend it to the project name in order to return it including its complete namespace (e.g. "garz-fricke/yocto/layers/meta-guf-machine").

Merge request reports