+49
−20
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
When REGENERATE_MANIFEST=true, the generated manifest had inconsistent
revision references - remotes pointed to the android branch (a16) while
version branches were being created.
Changes:
- Update e/e-priv remote revision attributes to version branch
- Update project-level upstream and dest-branch attributes for consistency
- Differentiate between android-specific repos (v3.5-a16) and common repos
tracking main/master (v3.5)
- Capture main/master project list before modifications to avoid
sequencing issues with in-place xmlstarlet edits
Before:
<remote name="e" revision="refs/heads/a16"/>
<project upstream="refs/heads/a16" dest-branch="refs/heads/a16"/>
After:
<remote name="e" revision="refs/heads/v3.5-a16"/>
<project upstream="refs/heads/v3.5-a16" dest-branch="refs/heads/v3.5-a16"/>
(or refs/heads/v3.5 for repos tracking main/master)
Signed-off-by:
Jackeagle <jackeagle102@gmail.com>