From patchwork Fri Apr 28 07:51:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kleber Sacilotto de Souza X-Patchwork-Id: 756258 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3wDmHQ72gKz9s0m; Fri, 28 Apr 2017 17:52:02 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical-com.20150623.gappssmtp.com header.i=@canonical-com.20150623.gappssmtp.com header.b="TUmvJom1"; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1d40h1-0002MO-VK; Fri, 28 Apr 2017 07:51:55 +0000 Received: from mail-wm0-f49.google.com ([74.125.82.49]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1d40gx-0002MJ-RN for kernel-team@lists.ubuntu.com; Fri, 28 Apr 2017 07:51:51 +0000 Received: by mail-wm0-f49.google.com with SMTP id m123so38937292wma.0 for ; Fri, 28 Apr 2017 00:51:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=EAAfJ10qKAxmiWA2fD1eVioKgLaExwrHEmStmaHRTic=; b=TUmvJom1W2CbHGGkpLQsL4pXe8OLVILOheUDKl6+46cXjbuqd94ZrPu4mBv/07ZdP1 NC0q7nnnUAxjMY56Apg+3RPDHRRK8Hwa1dOE67J6tgw8SDhxGn3RQ+ACFu2HbGuLna4c u//Z/N8ynlVTCncT3h0rRKFo/jl6gXATFCDIX/kBLUFK9jlPXc/HZQFLIyH3B6C8nIDc 3n6gYWjYSarvgoCKZWebgrUSTz23LhHAcyFn1rSiBO+EnyizYclOCttngfjlNFnV8y3k +qG52vdUdn5vXG+24WEpxomGaROkB5nufxSWX62GNsXEa8LTGhrHjVgAO7f6+3iMloX4 fGSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=EAAfJ10qKAxmiWA2fD1eVioKgLaExwrHEmStmaHRTic=; b=cCyv/IewSk7uYlwUEfbuF660rnu+Y+suWRQvsGmkQgWZGXZxwwfw2kvGHlJ58qbuMR 5L+yK6cCnTdDWFe12b1jQoa4IfOzBsuYmQdfdShR26p7qsfZnqQ3uJDUz1wUqtunJEbK QkDNdl60DKDriJf6YWzotjkBnPYDTcB3P5AUfmcHXfQoNsWTO31ZEb6Dxhyk9sP3EJ9i 0yk7TqN2X2o0LDWG2SyX3S44zOxURSLGP7tSdjVXCEs+wVmwTKVWOV5k/MZcnUHDwL8w FNNADr7swn+Xe/unTLivsI7CPBX9KiJdPnA+F3o3QetdGwbBkcw/OZQAXbb+mnTxgw/d tMrw== X-Gm-Message-State: AN3rC/6c/Apidq2bYhr3pUU9Tjto9Dtn3YAeskagnKDxHHQIgU7f960P 76NpwbY6nJ5QJfES X-Received: by 10.28.21.203 with SMTP id 194mr5061762wmv.55.1493365911438; Fri, 28 Apr 2017 00:51:51 -0700 (PDT) Received: from localhost (p2003008C4F26207AC05C7DACDAE9B856.dip0.t-ipconnect.de. [2003:8c:4f26:207a:c05c:7dac:dae9:b856]) by smtp.gmail.com with ESMTPSA id j124sm5934753wmg.13.2017.04.28.00.51.50 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 28 Apr 2017 00:51:50 -0700 (PDT) From: Kleber Sacilotto de Souza To: kernel-team@lists.ubuntu.com Subject: [kteam-tools PATCH v2] verify-release-ready: fix for new style of release tb Date: Fri, 28 Apr 2017 09:51:44 +0200 Message-Id: <20170428075144.6370-1-kleber.souza@canonical.com> X-Mailer: git-send-email 2.11.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com The check for the 'release tracking bug' was looking only for the old style tracking bug on the changelog: * Release Tracking Bug - LP: # Change it catch also the new style: * linux: -proposed tracker (LP: #) Signed-off-by: Kleber Sacilotto de Souza --- maintscripts/verify-release-ready | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maintscripts/verify-release-ready b/maintscripts/verify-release-ready index 7413cab5..3a24e1f2 100755 --- a/maintscripts/verify-release-ready +++ b/maintscripts/verify-release-ready @@ -215,6 +215,11 @@ class VerifyReleaseReady(): # found_tracker = False for line in changelog[1]['content']: + if '-proposed tracker' in line: + found_tracker = True + if 'Tracking Bug' in line: + found_tracker = True + continue if found_tracker: if '#' in line: (junk, tracker_id) = line.split('#') @@ -224,8 +229,6 @@ class VerifyReleaseReady(): if tracker_id == 'warning': stdo(colored('\t%s\n' % line, 'yellow')) break - if 'Tracking Bug' in line: - found_tracker = True s.status('release tracking bug', found_tracker) # If we are on a topic branch make sure we are not re-using the same tracking