I'm trying to find a way to remove a project defined in a submanifest so that I can substitute an alternative project at the same path.
e.g.
<remote name="starlingx" fetch="
https://opendev.org/starlingx" />
<submanifest name="starlingx-manifest" remote="starlingx" project="manifest.git" manifest-name="default.xml" revision="master" path="stx-manifest"/>
<remove-project path="cgcs-root/public-keys" />
What I'm seeing is ...
fatal: manifest 'default.xml' not available
fatal: remove-project element specifies non-existent project: <remove-project path="cgcs-root/public-keys"/>
repo version v2.45