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: 2523 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 4ABFF1A58C1 for ; Thu, 7 Jul 2011 10:04:57 +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 15BAEA182DE for ; Thu, 7 Jul 2011 10:04:56 +0000 (UTC) Received: by qwb8 with SMTP id 8so529785qwb.11 for ; Thu, 07 Jul 2011 03:04:56 -0700 (PDT) Received: by 10.229.54.12 with SMTP id o12mr451207qcg.80.1310033096298; Thu, 07 Jul 2011 03:04:56 -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 r7cs104071qcf; Thu, 7 Jul 2011 03:04:56 -0700 (PDT) Received: by 10.227.197.205 with SMTP id el13mr533391wbb.84.1310032754622; 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 p2si4400120wbh.145.2011.07.07.02.59.14; 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-0001Yk-SV 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 D6B162E8951 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: 22 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 22: install the scheduler script Message-Id: <20110707095913.31225.53477.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: 46533a7bde76004742899001eb4d5d272f7a0a4a ------------------------------------------------------------ revno: 22 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Thu 2011-07-07 21:57:56 +1200 message: install the scheduler script 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:13:52 +0000 +++ setup.py 2011-07-07 09:57:56 +0000 @@ -34,6 +34,7 @@ [lava_server.extensions] scheduler = lava_scheduler_app.extension:SchedulerExtension """, + scripts=["lava-scheduler"], install_requires=[ "lava-server >= 0.1", "twisted",