From patchwork Tue May 31 13:07:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herton Ronaldo Krzesinski X-Patchwork-Id: 98032 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id E5A0FB6F57 for ; Tue, 31 May 2011 23:07:36 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QROfN-0001BO-2C; Tue, 31 May 2011 13:07:25 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QROfE-00013k-Ea for kernel-team@lists.ubuntu.com; Tue, 31 May 2011 13:07:16 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QROfC-0004AU-GU for ; Tue, 31 May 2011 13:07:16 +0000 Received: from 201.47.16.99.dynamic.adsl.gvt.net.br ([201.47.16.99] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1QROfC-000167-2B for kernel-team@lists.ubuntu.com; Tue, 31 May 2011 13:07:14 +0000 From: Herton Ronaldo Krzesinski To: kernel-team@lists.ubuntu.com Subject: [PATCH][kteam-tools] stable/create-release-tracker: assign certification-testing to canonical-hw-cert Date: Tue, 31 May 2011 10:07:09 -0300 Message-Id: <1306847229-6797-1-git-send-email-herton.krzesinski@canonical.com> X-Mailer: git-send-email 1.7.4.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com On launchpad in production, certification team is canonical-hw-cert Signed-off-by: Herton Ronaldo Krzesinski --- stable/create-release-tracker | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stable/create-release-tracker b/stable/create-release-tracker index 476c29e..08e2c28 100755 --- a/stable/create-release-tracker +++ b/stable/create-release-tracker @@ -201,7 +201,7 @@ class CreateTrackingBug(StdApp): 'upload-to-ppa' : 'canonical-kernel-team', 'promote-to-proposed' : 'ubuntu-sru', 'verification-testing' : 'canonical-kernel-team', - 'certification-testing' : 'hardware-certification', + 'certification-testing' : 'canonical-hw-cert', 'regression-testing' : 'canonical-platform-qa', 'promote-to-updates' : 'ubuntu-sru', 'promote-to-security' : 'ubuntu-sru',