From patchwork Sun Jul 24 21:44:21 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: 3060 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 875CC23F4D for ; Sun, 24 Jul 2011 21:44:25 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id 4BE96A18593 for ; Sun, 24 Jul 2011 21:44:25 +0000 (UTC) Received: by qyk10 with SMTP id 10so706827qyk.11 for ; Sun, 24 Jul 2011 14:44:24 -0700 (PDT) Received: by 10.224.198.7 with SMTP id em7mr2923894qab.112.1311543864267; Sun, 24 Jul 2011 14:44:24 -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.229.217.78 with SMTP id hl14cs61315qcb; Sun, 24 Jul 2011 14:44:23 -0700 (PDT) Received: by 10.217.6.198 with SMTP id y48mr3637917wes.110.1311543862921; Sun, 24 Jul 2011 14:44:22 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id u24si8315811weq.61.2011.07.24.14.44.22; Sun, 24 Jul 2011 14:44:22 -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 1Ql6TF-0005FI-MX for ; Sun, 24 Jul 2011 21:44:21 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id A91DB2E84F6 for ; Sun, 24 Jul 2011 21:44:21 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 40 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 40: remove twisted/plugins directory that was left in by mistake Message-Id: <20110724214421.3739.8911.launchpad@loganberry.canonical.com> Date: Sun, 24 Jul 2011 21:44:21 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13483"; Instance="initZopeless config overlay" X-Launchpad-Hash: f7c8c623487eabd025dac06c0f77b56150fa6809 ------------------------------------------------------------ revno: 40 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Mon 2011-07-25 09:42:41 +1200 message: remove twisted/plugins directory that was left in by mistake removed: twisted/ twisted/plugins/ modified: setup.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-07-08 01:14:51 +0000 +++ setup.py 2011-07-24 21:42:41 +0000 @@ -25,9 +25,7 @@ version=":versiontools:lava_scheduler_app:__version__", author="Michael Hudson-Doyle", author_email="michael.hudson@linaro.org", - packages=find_packages() + [ - 'twisted/plugins', - ], + packages=find_packages(), license="AGPL", description="LAVA Scheduler Application", entry_points=""" === removed directory 'twisted' === removed directory 'twisted/plugins'