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 | 005e20cee4225437fdade817fb94dd0c4671763a (patch) | |
tree | 3f900f57ac08c0626852d7f15fc6960c6e4d5ca1 /.gitmodules | |
parent | 70d9bc8fab08e529694a9a08a6df7df8bdbeafea (diff) | |
download | qemu-005e20cee4225437fdade817fb94dd0c4671763a.tar.gz qemu-005e20cee4225437fdade817fb94dd0c4671763a.tar.bz2 qemu-005e20cee4225437fdade817fb94dd0c4671763a.zip |
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/ |