From patchwork Thu Feb 9 20:32:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 6733 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5ABAD23EAE for ; Thu, 9 Feb 2012 20:32:13 +0000 (UTC) Received: from mail-tul01m020-f180.google.com (mail-tul01m020-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1FAD5A18672 for ; Thu, 9 Feb 2012 20:32:13 +0000 (UTC) Received: by mail-tul01m020-f180.google.com with SMTP id uo19so3795368obb.11 for ; Thu, 09 Feb 2012 12:32:12 -0800 (PST) Received: by 10.50.203.33 with SMTP id kn1mr33679805igc.1.1328819532813; Thu, 09 Feb 2012 12:32:12 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.12.131 with SMTP id x3cs53369ibx; Thu, 9 Feb 2012 12:32:12 -0800 (PST) Received: by 10.180.101.37 with SMTP id fd5mr22374677wib.1.1328819531453; Thu, 09 Feb 2012 12:32:11 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id w47si2550242wec.93.2012.02.09.12.32.10 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Feb 2012 12:32:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Rvaf4-00028s-I5 for ; Thu, 09 Feb 2012 20:32:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 7F7F7E0025 for ; Thu, 9 Feb 2012 20:32:10 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 227 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 227: Auto accept the new snowball license update. Message-Id: <20120209203210.23251.91014.launchpad@ackee.canonical.com> Date: Thu, 09 Feb 2012 20:32:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14763"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 08d5f5660744bf7e8baa9bc6e1fe0606a387d322 X-Gm-Message-State: ALoCoQlW5ymJI3j3zEmAMXHSTtD4eC9kiz642Z6B1Ae/ftV1MJViKktU2WS3z65mZiXoNFurujH+ Merge authors: Le Chi Thu le.chi.thu@linaro.org Related merge proposals: https://code.launchpad.net/~le-chi-thu/lava-dispatcher/update-snowball-license/+merge/92364 proposed by: Le Chi Thu (le-chi-thu) review: Approve - Michael Hudson-Doyle (mwhudson) ------------------------------------------------------------ revno: 227 [merge] committer: Michael Hudson-Doyle branch nick: trunk timestamp: Thu 2012-02-09 12:30:27 -0800 message: Auto accept the new snowball license update. modified: lava_dispatcher/client/lmc_utils.py --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'lava_dispatcher/client/lmc_utils.py' --- lava_dispatcher/client/lmc_utils.py 2012-02-07 19:16:17 +0000 +++ lava_dispatcher/client/lmc_utils.py 2012-02-09 20:19:49 +0000 @@ -181,6 +181,7 @@ 'expectations': { "TI TSPA Software License Agreement": 'accept-tspa', "SNOWBALL CLICK-WRAP": 'accept-snowball', + "LIMITED LICENSE AGREEMENT FOR APPLICATION DEVELOPERS": 'accept-snowball', }, 'timeout': 3600, }, @@ -197,7 +198,7 @@ }, 'say-yes': { 'expectations': { - " ": 'say-yes-tab', + " <(Yes|Ok)>": 'say-yes-tab', "\\033\[41m<(Yes|Ok)>": 'say-yes-space', }, 'timeout': 1,