|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH v2 3/4] Clone and build upstream Qemu by default
On Thu, 8 Sep 2011, Ian Campbell wrote:
> On Thu, 2011-09-08 at 13:47 -0400, stefano.stabellini@xxxxxxxxxxxxx
> wrote:
> > Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
> >
> > diff -r 80ba2c7abbd2 Config.mk
> > --- a/Config.mk Thu Sep 08 16:59:19 2011 +0000
> > +++ b/Config.mk Thu Sep 08 17:18:48 2011 +0000
> > @@ -192,6 +192,10 @@ else
> > QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
> > endif
> >
> > +# Only available through the git protocol at the moment
> > +QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/people/sstabellini/qemu-dm.git
>
> Just a nit, but we should arrange to have a "proper" tree rather than
> a /people/... one for the default tree. e.g. to allow automated testing
> to automatically push etc.
Like Linus said, thanks to distributed version control systems, it
doesn't actually matter where the repository is anymore :-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|