From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST] Switch to merged qemu-xen{, -traditional}.git trees Date: Wed, 21 Oct 2015 15:23:36 +0100 Message-ID: <1445437416.9563.155.camel@citrix.com> References: <1442482630.18856.145.camel@citrix.com> <1442482648-25666-1-git-send-email-ian.campbell@citrix.com> <22010.38503.791420.451291@mariner.uk.xensource.com> <1442486620.18856.168.camel@citrix.com> <1442486842.18856.170.camel@citrix.com> <22030.35325.690324.254600@mariner.uk.xensource.com> <1443793989.11707.121.camel@citrix.com> <22052.55175.145023.84360@mariner.uk.xensource.com> <1445337272.9563.28.camel@citrix.com> <1445433326.9563.141.camel@citrix.com> <1445436734.9563.154.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1445436734.9563.154.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xen.org, wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, 2015-10-21 at 15:12 +0100, Ian Campbell wrote: > On Wed, 2015-10-21 at 14:15 +0100, Ian Campbell wrote: > > > * Remove the old staging/qemu-upstream-* trees, they are not > > > referenced by anything. > > > > Done (by move aside a discussed above). > > This was premature and I have put them back. > > The reason is that all osstest flights prior to the updated patch were > cloning from the staging URL. > > This is because ap-print-url doesn't distinguish e.g. flights on qemu > -upstream-4-2-testing from flights on xen-4.2-testing and used staging/ > since that would always have all the commits in it. > > This ends up in tree_qemuu in the 4.2-testing flight and then tries to be > used for bisections and breaks. This reasoning also applies to the qemu-xen-trad trees, which end up in tree_qemu. Hence I've put those ones back too. Ian.