Hello all,

Is there a way of mirroring the Linaro Android repos locally?
For AOSP it can be done by using the special mirror manifest:
repo init -u https://android.googlesource.com/mirror/manifest --mirror
But there doesn't seem to be such a manifest for Linaro.
A special manifest is needed so that all the gits get downloaded to the mirror and not just the ones used by a specific Linaro branch.

For the moment I'm using a custom script to create a mirror manifest from a set of branches but it would be nicer to have it available directly.

Thanks,

Martin