Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules

2010-03-09 Thread Avi Kivity
On 03/09/2010 07:08 PM, Anthony Liguori wrote: On 03/09/2010 10:38 AM, Paolo Bonzini wrote: 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

Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules

2010-03-09 Thread Anthony Liguori
On 03/09/2010 10:38 AM, Paolo Bonzini wrote: 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

Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules

2010-03-09 Thread Paolo Bonzini
> > 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

Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules

2010-03-09 Thread Anthony Liguori
On 03/05/2010 02:08 AM, Paolo Bonzini wrote: The relative URLs do not work when cloning a fork of qemu or when cloning from the Savannah URL. Signed-off-by: Paolo Bonzini Signed-off-by: Paolo Bonzini --- .gitmodules |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/

Re: [Qemu-devel] [PATCH] use absolute URLs for .gitmodules

2010-03-06 Thread Aurelien Jarno
On Fri, Mar 05, 2010 at 09:08:04AM +0100, Paolo Bonzini wrote: > The relative URLs do not work when cloning a fork of qemu or when > cloning from the Savannah URL. > > Signed-off-by: Paolo Bonzini > > Signed-off-by: Paolo Bonzini > --- > .gitmodules |4 ++-- > 1 files changed, 2 insertions

[Qemu-devel] [PATCH] use absolute URLs for .gitmodules

2010-03-05 Thread Paolo Bonzini
The relative URLs do not work when cloning a fork of qemu or when cloning from the Savannah URL. Signed-off-by: Paolo Bonzini Signed-off-by: Paolo Bonzini --- .gitmodules |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index dd4745e..5217ce