Message ID | 1306847229-6797-1-git-send-email-herton.krzesinski@canonical.com |
---|---|
State | New |
Headers | show |
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',
On launchpad in production, certification team is canonical-hw-cert Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com> --- stable/create-release-tracker | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)