qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] use absolute URLs for .gitmodules


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH] use absolute URLs for .gitmodules
Date: Wed, 10 Mar 2010 11:15:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1

On 03/09/2010 06:08 PM, Anthony Liguori wrote:
On 03/09/2010 10:38 AM, Paolo Bonzini wrote:
diff --git a/.gitmodules b/.gitmodules
index dd4745e..5217ce7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "roms/vgabios"]
path = roms/vgabios
- url = ../vgabios.git
+ url = git://git.qemu.org/vgabios.git/
[submodule "roms/seabios"]
path = roms/seabios
- url = ../seabios.git
+ url = git://git.qemu.org/seabios.git/

Relative URLs are more friendly for users of proxies.
Users of proxies can still customize their .git/config file. This
bug caused (or contributed to) a real problem in the qemu-kvm
releases (they do not include seabios/vgabios references).

That's odd because Avi's the one who has historically advocated relative
URLs.

If we also get rid of the savannah git repo, or plan to do so, I have no issue with reverting this patch.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]