Bad search engine? *sigh* I also can't find anything in the
archives. Maybe I shouldn't say that given who signs my paycheck.
> Anyway, are there any plans to separate the specification of the
> source
> from the manifest xml file? For example, one could imagine that:
> repo init -u git://android.git.kernel.org/platform/manifest.git
> would have repo parse the -u argument to determine that the fetch
> parameter should be git://android.git.kernel.org/.
I've wanted to make this sort of improvement, but its been difficult
with the way repo has been structured internally. It might be easier
in the current master version, which hasn't been signed and tagged
yet, but mostly supports using git submodules rather than an XML
manifest format. I know some folks just tell users to insert
url.insteadof lines in their ~/.gitconfig, and let git rewrite the URL
during fetch, but its not as friendly as actually doing the resolve in
repo.
Sure, what you ask for is possible, and might not be *that* hard to
do, but its so far down on my current priority list that practically I
won't be getting to it anytime soon. I know I say that on here
sometimes, and then I just *poof* add the feature anyway. This is
probably one I won't do anytime soon, there is a workaround available
(clone the manifest, edit it, push the edit back to your mirror of
it). If someone else proposes patches, I'll consider them.
Easy on the signer :-) Search on my gmail worked fine, and here are
the results.
http://groups.google.com/group/repo-discuss/browse_thread/thread/8f7fd6188aec1a0c/82b29766d18843af
http://groups.google.com/group/repo-discuss/browse_thread/thread/8246f04ca098a44f/c086f88c0a2d4bf8
http://groups.google.com/group/repo-discuss/browse_thread/thread/824611be1c9ed6b9/4235318266939aa2
http://groups.google.com/group/repo-discuss/browse_thread/thread/639d60701c55554c/fa4c84491d7dd6f7
http://groups.google.com/group/repo-discuss/browse_thread/thread/67fdbba9619084/7ba8f714fa06ab1f
http://groups.google.com/group/repo-discuss/browse_thread/thread/9f33cdf5d73312eb/fe450ebd8e9c0ce7
-Jey
PS: The problem is in "search in this group." "Search all groups" is
cumbersome but works.