From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: ignore non merged tags for backport Date: Thu, 03 Aug 2017 12:00:04 +0200 Message-ID: <2614820.xvTIWdRaFB@xps> References: <20170731120738.1278-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 23535326B for ; Thu, 3 Aug 2017 12:00:06 +0200 (CEST) Received: from xps.localnet (196.114.118.80.rev.sfr.net [80.118.114.196]) by mail.messagingengine.com (Postfix) with ESMTPA id 094C87E6AD for ; Thu, 3 Aug 2017 06:00:06 -0400 (EDT) In-Reply-To: <20170731120738.1278-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/07/2017 14:07, Thomas Monjalon: > When checking if a buggy commit was introduced in an old version, > the script compares last tag containing the bug and current version. > The non merged tags from non related branches must be ignored. > > Signed-off-by: Thomas Monjalon Applied