Message ID | alpine.DEB.2.02.1401281522120.4373@kaball.uk.xensource.com |
---|---|
State | Accepted |
Commit | 7754fb8cab292dfb2047b1cb38004d7290f8b6aa |
Headers | show |
On Tue, 28 Jan 2014, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 28, 2014 at 03:23:19PM +0000, Stefano Stabellini wrote: > > Switch back to master. > > Could you say why please? See this thread: http://marc.info/?l=xen-devel&m=139090192108528 This should just be an automatic commit (that at the moment unfortunately is manual) to switch the xen build system to clone the master branch of qemu-xen instead of the RC1 tag. Obviously we switch to cloning the RC1 tag for the RC1 release. However now that RC1 is over we should go back to master. > > Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > > > > diff --git a/Config.mk b/Config.mk > > index 55dce20..484cfdb 100644 > > --- a/Config.mk > > +++ b/Config.mk > > @@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git > > SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git > > endif > > OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423 > > -QEMU_UPSTREAM_REVISION ?= qemu-xen-4.4.0-rc1 > > +QEMU_UPSTREAM_REVISION ?= master > > SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1 > > # Fri Aug 2 14:12:09 2013 -0400 > > # Fix bug in CBFS file walking with compressed files. > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xen.org > > http://lists.xen.org/xen-devel >
diff --git a/Config.mk b/Config.mk index 55dce20..484cfdb 100644 --- a/Config.mk +++ b/Config.mk @@ -234,7 +234,7 @@ QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git endif OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423 -QEMU_UPSTREAM_REVISION ?= qemu-xen-4.4.0-rc1 +QEMU_UPSTREAM_REVISION ?= master SEABIOS_UPSTREAM_TAG ?= rel-1.7.3.1 # Fri Aug 2 14:12:09 2013 -0400 # Fix bug in CBFS file walking with compressed files.
Switch back to master. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>