From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 02/14] Test Linux 4.1 Date: Tue, 30 Jun 2015 12:02:14 +0100 Message-ID: <1435662134.21469.97.camel@citrix.com> References: <1435658271-31823-1-git-send-email-ian.jackson@eu.citrix.com> <1435658271-31823-3-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z9tJU-0005fF-8E for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 11:02:52 +0000 In-Reply-To: <1435658271-31823-3-git-send-email-ian.jackson@eu.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.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-06-30 at 10:57 +0100, Ian Jackson wrote: > The kernel.org stable git branch layout is the same for 4.1 as for > 3.x, so simply extend the pattern, and add the branch to BRANCHES. > > We move the linux-stable.git pattern to the end, and extend it to > linux-[3-9].[0-9]*, to provide a bit more future-proofing. (There is > no particular reason other than shell glob convenience to stop at > linux-9.x.) > > DEPLOYMENT NOTE: After this patch is acked, but just before it is > pushed to pretest, run (this version of) > ./mg-branch-setup linux-4.1 bisect b953c0d234bc72e8489d3bf51a276c5c4ec85345 > to create the working trees on the osstest VM and push the base of > v4.1 to the tested output branch. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell > --- > v2: Extend glob pattern in ap-common and move to the end. Did you discover a reason why 3.0 is special?