qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] use absolute URLs for .gitmodules
@ 2010-03-05  8:08 Paolo Bonzini
  2010-03-06 22:10 ` Aurelien Jarno
  2010-03-09 14:36 ` [Qemu-devel] " Anthony Liguori
  0 siblings, 2 replies; 9+ messages in thread
From: Paolo Bonzini @ 2010-03-05  8:08 UTC (permalink / raw)
  To: qemu-devel

The relative URLs do not work when cloning a fork of qemu or when
cloning from the Savannah URL.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 .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/
-- 
1.6.6

^ permalink raw reply related	[flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules
@ 2010-03-09 16:38 Paolo Bonzini
  2010-03-09 17:08 ` Anthony Liguori
  0 siblings, 1 reply; 9+ messages in thread
From: Paolo Bonzini @ 2010-03-09 16:38 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel

> > 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).

Paolo

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-03-10 15:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05  8:08 [Qemu-devel] [PATCH] use absolute URLs for .gitmodules Paolo Bonzini
2010-03-06 22:10 ` Aurelien Jarno
2010-03-07 10:06   ` [Qemu-devel] " Paolo Bonzini
2010-03-09 14:36 ` [Qemu-devel] " Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2010-03-09 16:38 Paolo Bonzini
2010-03-09 17:08 ` Anthony Liguori
2010-03-10 10:15   ` [Qemu-devel] " Paolo Bonzini
2010-03-10 14:21     ` Anthony Liguori
2010-03-10 14:44       ` Avi Kivity
2010-03-10 14:55         ` Anthony Liguori
2010-03-10 15:18       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).