ConfigEntry: support glob destination branches Conf only allows a 1:1 mapping or a *:* mapping between manifest and superproject branches. In setups with one manifest repo feeding multiple superproject, this produces long and error-prone configurations, with many entries and long exclude lists. Support glob destinations in the conf, e.g. [superproject "superproject:refs/heads/*-release"] or [superproject "superproject:refs/heads/a-*-dev"] Change-Id: Ia1cec87f6db221b7a321941e59421c2972714c56
The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.
For more information see the documentation or the build instructions