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
  0 siblings, 1 reply; 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

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 --
     [not found] <947437890.3137451268151696623.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com>
2010-03-09 16:38 ` [Qemu-devel] [PATCH] use absolute URLs for .gitmodules Paolo Bonzini
2010-03-09 17:08   ` Anthony Liguori
2010-03-09 17:34     ` Avi Kivity
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
2010-03-05  8:08 [Qemu-devel] " Paolo Bonzini
2010-03-06 22:10 ` Aurelien Jarno
2010-03-07 10:06   ` [Qemu-devel] " 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).