qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules
Date: Tue, 09 Mar 2010 08:36:24 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 03/05/2010 02:08 AM, Paolo Bonzini wrote:
The relative URLs do not work when cloning a fork of qemu or when
cloning from the Savannah URL.

Signed-off-by: Paolo Bonzini<address@hidden>

Signed-off-by: Paolo Bonzini<address@hidden>
---
  .gitmodules |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

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.

Regards,

Anthony Liguori




reply via email to

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