diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-03-05 09:08:04 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-06 23:09:28 +0100 |
commit | 9d0706e44a14701e8449214c4a62a5a1ca370025 (patch) | |
tree | 3f900f57ac08c0626852d7f15fc6960c6e4d5ca1 /.gitmodules | |
parent | 01668d98a380896f0de09ba3f5809d4dd44fa71d (diff) |
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>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index dd4745e78f..5217ce7d1c 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/ |