From patchwork Tue Jan 10 22:06:13 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: 6144 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 9BE5B23E13 for ; Tue, 10 Jan 2012 22:06:15 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 82E02A18393 for ; Tue, 10 Jan 2012 22:06:15 +0000 (UTC) Received: by bkbzu5 with SMTP id zu5so60891bkb.11 for ; Tue, 10 Jan 2012 14:06:15 -0800 (PST) Received: by 10.205.26.67 with SMTP id rl3mr2526659bkb.45.1326233175218; Tue, 10 Jan 2012 14:06:15 -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.205.82.144 with SMTP id ac16cs93483bkc; Tue, 10 Jan 2012 14:06:15 -0800 (PST) Received: by 10.216.136.232 with SMTP id w82mr10024250wei.46.1326233173865; Tue, 10 Jan 2012 14:06:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id n8si23058894weq.24.2012.01.10.14.06.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Jan 2012 14:06:13 -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 1Rkjpd-0006DB-LP for ; Tue, 10 Jan 2012 22:06:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 98E22E052B for ; Tue, 10 Jan 2012 22:06:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 338 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 338: do not call find_sources when invoked via the entry point machinery Message-Id: <20120110220613.31618.72523.launchpad@ackee.canonical.com> Date: Tue, 10 Jan 2012 22:06:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14640"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: fe064080f8e042c65bd58410074294b7008518b5 ------------------------------------------------------------ revno: 338 committer: Michael Hudson-Doyle branch nick: less-path-magic timestamp: Wed 2012-01-11 10:37:32 +1300 message: do not call find_sources when invoked via the entry point machinery modified: lava_server/manage.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_server/manage.py' --- lava_server/manage.py 2011-12-05 21:35:06 +0000 +++ lava_server/manage.py 2012-01-10 21:37:32 +0000 @@ -123,7 +123,6 @@ def main(): - find_sources() run_with_dispatcher_class(LAVAServerDispatcher)