use absolute URLs for .gitmodules

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>
This commit is contained in:
Paolo Bonzini 2010-03-05 09:08:04 +01:00 committed by Aurelien Jarno
parent 01668d98a3
commit 9d0706e44a
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View 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/