use absolute URLs for .gitmodules
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Mar 2010 08:08:04 +0000 (09:08 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Mar 2010 22:09:28 +0000 (23:09 +0100)
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: Aurelien Jarno <aurelien@aurel32.net>
.gitmodules

index dd4745e..5217ce7 100644 (file)
@@ -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/