From patchwork Thu Jul 21 16:13:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 3024 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 69D0323F4D for ; Thu, 21 Jul 2011 16:13:18 +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 39B75A186E1 for ; Thu, 21 Jul 2011 16:13:18 +0000 (UTC) Received: by qyk10 with SMTP id 10so4113226qyk.11 for ; Thu, 21 Jul 2011 09:13:17 -0700 (PDT) Received: by 10.229.249.84 with SMTP id mj20mr422515qcb.0.1311264796506; Thu, 21 Jul 2011 09:13:16 -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 hl14cs144644qcb; Thu, 21 Jul 2011 09:13:16 -0700 (PDT) Received: by 10.14.100.142 with SMTP id z14mr205463eef.246.1311264795623; Thu, 21 Jul 2011 09:13:15 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id c13si2791919wbh.40.2011.07.21.09.13.15; Thu, 21 Jul 2011 09:13:15 -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 1QjvsB-0001FZ-2H for ; Thu, 21 Jul 2011 16:13:15 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 0FF5D2E84FB for ; Thu, 21 Jul 2011 16:13:15 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 79 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 79: Remove old packages= from setup.py Message-Id: <20110721161315.13332.14172.launchpad@loganberry.canonical.com> Date: Thu, 21 Jul 2011 16:13: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="13475"; Instance="initZopeless config overlay" X-Launchpad-Hash: 7ed130d9269eb39eb73bb3d1cfc67598d99c2c1e ------------------------------------------------------------ revno: 79 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-07-21 17:47:54 +0200 message: Remove old packages= from setup.py modified: setup.py --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'setup.py' --- setup.py 2011-07-21 14:49:38 +0000 +++ setup.py 2011-07-21 15:47:54 +0000 @@ -28,7 +28,6 @@ description='Lava test execution framework', long_description=open("README").read(), packages=find_packages(exclude=['tests']), - #packages = ['lava_test', 'lava_test.test_definitions'], license="GPL3", test_suite='tests.test_suite', scripts = ['bin/lava-test'],