Who can review/merge this for me?
Thanks! Chris On 09:43, Tue, 13 Aug, Chris AtLee wrote:
Hi B2Gers,I'm working on enabling JB emulator builds on RelEng's automation [1], and have hit a few snags. I'm hoping the changes to the manifests and/or repo mirroring will be simple!tl;dr - I want to switch which repository is used for "gecko" in base-jb.xml, and change the default remote to be "caf" in emulator-jb.xmlThe underlying issue with all of these is that we must have repositories mirrored onto git.mozilla.org before we can use them in automation.The first snag is the "gecko" repo referenced in the manifest. Currently base-jb.xml points to https://github.com/mozilla/mozilla-central, which isn't mirrored on git.mozilla.org. I'd like to change this to point to https://git.mozilla.org/?p=releases/gecko.git;a=summary like most of the other device manifests use. The line in the manifest would be<project path="gecko" name="gecko.git" remote="mozillaorg" revision="master" />Having name="gecko.git" in the project tag is important as well, as our automation actually clones gecko from hg, and so locally modifies the manifest to strip out the project with name="gecko.git".I'd like to switch base-jb.xml to use the gecko.git on git.mozilla.orgThe second snag is with emulator-jb.xml's default remote. It's using <default remote="aosp" revision="refs/tags/android-4.3_r2.1" sync-j="4"/>whereas the rest of the devices we build for use the repositories from codeaurora.org. We're not currently mirroring any of the repositories from aosp.Are there any reasons not to switch emulator-jb.xml to point at the codeaurora.org remote as well? If there are good reasons for using the aosp repos, then we can start mirroring those to git.mozilla.org.Cheers, Chris [1] https://bugzilla.mozilla.org/show_bug.cgi?id=885630
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
signature.asc
Description: Digital signature
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
