Although I don't know a solution for this, I see the same problem. I really 
don't like the build system which dynamically fetches stuff when needed and 
when one mirror is down then the build completely breaks after i.e. 2 hours. 
This is completely against the "fail early" principle. The build system should 
first fetch everything it needs for this target (preferrably from ONE location 
and not from 78...) and then start configuring and building.

In your case, probably the only feasible solution would be to mirror all the 
required repos first and change the build configuration files in such a way 
that instead of the remote locations they get everything from your local 
mirrors. Look for the remote="..." entries, but afair there are way to many for 
this approach to be really feasible.

Cheers, Daniel
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to