From patchwork Thu Jul 7 09:59:13 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: 2520 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 50B9C24146 for ; Thu, 7 Jul 2011 09:59:18 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 1BD61A182D4 for ; Thu, 7 Jul 2011 09:59:18 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so527222qwb.11 for ; Thu, 07 Jul 2011 02:59:17 -0700 (PDT) Received: by 10.229.62.194 with SMTP id y2mr458542qch.4.1310032757766; Thu, 07 Jul 2011 02:59: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.229.48.135 with SMTP id r7cs103921qcf; Thu, 7 Jul 2011 02:59:17 -0700 (PDT) Received: by 10.227.62.194 with SMTP id y2mr535585wbh.43.1310032754146; Thu, 07 Jul 2011 02:59:14 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ff9si18454126wbb.48.2011.07.07.02.59.13; Thu, 07 Jul 2011 02:59:14 -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 1QelMX-0001Yc-Eg for ; Thu, 07 Jul 2011 09:59:13 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 6D7242E8915 for ; Thu, 7 Jul 2011 09:59:13 +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: 18 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 18: another approach Message-Id: <20110707095913.31225.62831.launchpad@loganberry.canonical.com> Date: Thu, 07 Jul 2011 09:59: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="13376"; Instance="initZopeless config overlay" X-Launchpad-Hash: 8fe68f6ee4c08de67f559c23522ed80c82dc26ed ------------------------------------------------------------ revno: 18 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-07-07 21:13:52 +1200 message: another approach 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-07 09:00:24 +0000 +++ setup.py 2011-07-07 09:13:52 +0000 @@ -20,17 +20,15 @@ from setuptools import setup, find_packages - setup( name='lava-scheduler', version=":versiontools:lava_scheduler_app:__version__", author="Michael Hudson-Doyle", author_email="michael.hudson@linaro.org", - packages=find_packages(), + packages=find_packages() + [ + 'twisted/plugins', + ], license="AGPL", - data_files=[ - ('twisted/plugins', ['twisted/plugins/twistd_lava_scheduler_daemon.py']), - ], description="LAVA Scheduler Application", entry_points=""" [lava_server.extensions]