On Thu, Feb 27, 2014 at 11:28:54AM +0100, Gabriele Svelto wrote: > today I was helping out one of our contributors build the emulator when > we stumbled upon an unexpected problem: he was trying to fetch the > sources for the emulator from behind a very strict firewall that allows > only HTTP and HTTPS protocols to pass through. We worked around this > issue easily for the GitHub repos but AFAIK there's no way to fetch the > codeaurora.org repos via HTTPS, all their repositories are offered via > the git native protocol. Is there any alternative to codeaurora.org to > fetch those sources from?
Everything in the manifest is mirrored on git.mozilla.org, which is accessible over HTTPS. See also gecko/b2g/config/emulator/sources.xml which is what Buildbot/TBPL uses, and see bug 899969 for how it uses that file. Incidentally, the Mozilla project's own build hosts seem to be behind a similar firewall -- if you do a try push to test a manifest change, you can use https:// remotes that aren't git.m.o, but git:// remotes time out and break. So this is a use case that we support to some extent. --Jed _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
