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; 7+ 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] 7+ messages in thread
[parent not found: <947437890.3137451268151696623.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com>]

end of thread, other threads:[~2010-03-09 17:34 UTC | newest]

Thread overview: 7+ 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
     [not found] <947437890.3137451268151696623.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com>
2010-03-09 16:38 ` Paolo Bonzini
2010-03-09 17:08   ` Anthony Liguori
2010-03-09 17:34     ` Avi Kivity

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