From patchwork Fri Jun 17 04:29:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 2021 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 13E4723E54 for ; Fri, 17 Jun 2011 04:29:19 +0000 (UTC) Received: from mail-vw0-f52.google.com (mail-vw0-f52.google.com [209.85.212.52]) by fiordland.canonical.com (Postfix) with ESMTP id A85FFA18215 for ; Fri, 17 Jun 2011 04:29:18 +0000 (UTC) Received: by vws16 with SMTP id 16so1134886vws.11 for ; Thu, 16 Jun 2011 21:29:18 -0700 (PDT) Received: by 10.52.98.97 with SMTP id eh1mr2476220vdb.7.1308284957930; Thu, 16 Jun 2011 21:29:17 -0700 (PDT) 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.52.183.130 with SMTP id em2cs226880vdc; Thu, 16 Jun 2011 21:29:17 -0700 (PDT) Received: by 10.216.229.149 with SMTP id h21mr1685196weq.67.1308284956734; Thu, 16 Jun 2011 21:29:16 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id s68si5678697weq.8.2011.06.16.21.29.16; Thu, 16 Jun 2011 21:29:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QXQgF-0002jZ-Ac for ; Fri, 17 Jun 2011 04:29:15 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 018942E8059 for ; Fri, 17 Jun 2011 04:29:15 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-tool X-Launchpad-Branch: ~linaro-validation/lava-tool/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 154 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-tool/trunk] Rev 154: oops Message-Id: <20110617042915.31559.63650.launchpad@loganberry.canonical.com> Date: Fri, 17 Jun 2011 04:29:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13242"; Instance="initZopeless config overlay" X-Launchpad-Hash: 55960cbf690b593f045a30c5f5144b61c092e56c ------------------------------------------------------------ revno: 154 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Fri 2011-06-17 16:27:59 +1200 message: oops modified: lava_tool/authtoken.py --- lp:lava-tool https://code.launchpad.net/~linaro-validation/lava-tool/trunk You are subscribed to branch lp:lava-tool. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-tool/trunk/+edit-subscription === modified file 'lava_tool/authtoken.py' --- lava_tool/authtoken.py 2011-06-14 03:15:20 +0000 +++ lava_tool/authtoken.py 2011-06-17 04:27:59 +0000 @@ -40,7 +40,7 @@ keyring.core.set_password( "lava-tool-%s" % endpoint_url, username, token) - def get_token_for_host(self, username, endpoint_url): + def get_token_for_endpoint(self, username, endpoint_url): return keyring.core.get_password( "lava-tool-%s" % endpoint_url, username)