From patchwork Thu Apr 27 16:53:54 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: 756088 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 3wDNMd2wzZz9sNS; Fri, 28 Apr 2017 02:54:21 +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="IwBwCy+R"; 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 1d3mgL-0004kw-RJ; Thu, 27 Apr 2017 16:54:17 +0000 Received: from mail-wm0-f44.google.com ([74.125.82.44]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1d3mgH-0004jM-84 for kernel-team@lists.ubuntu.com; Thu, 27 Apr 2017 16:54:13 +0000 Received: by mail-wm0-f44.google.com with SMTP id m123so24486710wma.0 for ; Thu, 27 Apr 2017 09:54:13 -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=Pxv+5evxPt/TicghDD99BLyyhZoX0uXHQYxKKq5loa0=; b=IwBwCy+RUq++9fbb+k9SED81mJAm4bWipqzoXdKY6vgBhzl7xDq5OR4It6eJ3TTLzV u4+zcxkp9qs5GBWQRN+4YRoqqclfaWvoZsLA//Q63JEgYuH7mkAA3V31eBb21KivTAhG 0kMWx4Ai2PnC0QXqQEErZ9WInGEfoo/FhIYaQ+qbf6xMEEfuHOgGZAsEtZWFY8Y8wPkx SjjghTwTsSzXyts41DNK2gupoJSG9NSOA5qe27nu1zKy+mlJ1g+b0s43dXyUHg5IpoKc YWgzSYFgAmuL9PIO3M1vH63aYmjwTYR/8CxBAijktwwvP9+tk31ma8693EdFujdNr4oO n/yQ== 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=Pxv+5evxPt/TicghDD99BLyyhZoX0uXHQYxKKq5loa0=; b=YSjOLLn+khH59AmqQJDLCKjGd/NB13TJ4o2Q9EZPx31FhiAbqX1OtxK5wnkc4Pd9GY 8ekB0eF5kWIyEfAsegGg4TqU5lBKlZ0KNoXXWJBuNNjAJpVhS08MTuqDmpmZssf7jBWI GZTZ3cUik/ryzd02kdrXTnFCvMKiViS0lY+btxCLHX7RRmaaxjVugpqu7TX/YY4o9ceD m3DstwFjD5Meppq+FcTKPPZLSGzMSG3RHJgj5Ct4/WAWrVR27z++RpHQlBmNTzfEVKht losdcIYuvW03KLCSRFjYkc8XnT0WxY5bBy7QLJGzBMjbDD0leiiXyD3t4TGFL8FC7epg 4NzA== X-Gm-Message-State: AN3rC/7f2qcYcqCIohcolqVAzvA8obSrqEdLF2m9YhIGHByJCVgcy5Af sp0dx+xp674KcQdEL28rqQ== X-Received: by 10.28.100.195 with SMTP id y186mr3154949wmb.68.1493312052326; Thu, 27 Apr 2017 09:54:12 -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 47sm3851235wry.31.2017.04.27.09.54.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 27 Apr 2017 09:54:11 -0700 (PDT) From: Kleber Sacilotto de Souza To: kernel-team@lists.ubuntu.com Subject: [kteam-tools PATCH] verify-release-ready: fix for new style of release tb Date: Thu, 27 Apr 2017 18:53:54 +0200 Message-Id: <20170427165354.11490-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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maintscripts/verify-release-ready b/maintscripts/verify-release-ready index 7413cab5..1fd34a9d 100755 --- a/maintscripts/verify-release-ready +++ b/maintscripts/verify-release-ready @@ -215,6 +215,8 @@ class VerifyReleaseReady(): # found_tracker = False for line in changelog[1]['content']: + if '-proposed tracker' in line: + found_tracker = True if found_tracker: if '#' in line: (junk, tracker_id) = line.split('#')