From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Np2vK-0003VB-Ea for qemu-devel@nongnu.org; Tue, 09 Mar 2010 12:08:50 -0500 Received: from [199.232.76.173] (port=37307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Np2vJ-0003UP-TB for qemu-devel@nongnu.org; Tue, 09 Mar 2010 12:08:49 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Np2vH-0004HI-Uu for qemu-devel@nongnu.org; Tue, 09 Mar 2010 12:08:49 -0500 Received: from ey-out-1920.google.com ([74.125.78.148]:49751) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Np2vH-0004Gy-JQ for qemu-devel@nongnu.org; Tue, 09 Mar 2010 12:08:47 -0500 Received: by ey-out-1920.google.com with SMTP id 5so4049376eyb.14 for ; Tue, 09 Mar 2010 09:08:45 -0800 (PST) Message-ID: <4B968097.7090305@codemonkey.ws> Date: Tue, 09 Mar 2010 11:08:39 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules References: <290818601.3139451268152701383.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> In-Reply-To: <290818601.3139451268152701383.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Avi Kivity 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. Regards, Anthony Liguori > Paolo >