From patchwork Wed Jul 27 00:29:12 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: 3167 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 2D43823F3F for ; Wed, 27 Jul 2011 00:29:15 +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 EA86DA1841B for ; Wed, 27 Jul 2011 00:29:14 +0000 (UTC) Received: by qwb8 with SMTP id 8so830290qwb.11 for ; Tue, 26 Jul 2011 17:29:14 -0700 (PDT) Received: by 10.229.44.19 with SMTP id y19mr5358901qce.190.1311726554331; Tue, 26 Jul 2011 17:29:14 -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 hl14cs129336qcb; Tue, 26 Jul 2011 17:29:14 -0700 (PDT) Received: by 10.216.235.157 with SMTP id u29mr2046709weq.24.1311726553299; Tue, 26 Jul 2011 17:29:13 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id z2si1868606wec.144.2011.07.26.17.29.12; Tue, 26 Jul 2011 17:29:13 -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 1Qlrzs-0003CP-AP for ; Wed, 27 Jul 2011 00:29:12 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 4D8D82E8914 for ; Wed, 27 Jul 2011 00:29:12 +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: 50 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 50: use the right name for the dispatcher script Message-Id: <20110727002912.7445.68057.launchpad@loganberry.canonical.com> Date: Wed, 27 Jul 2011 00:29:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13503"; Instance="initZopeless config overlay" X-Launchpad-Hash: 9b5e8892ddd6bb3e8126d454b86c5797c30ce3ed ------------------------------------------------------------ revno: 50 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Wed 2011-07-27 12:28:03 +1200 message: use the right name for the dispatcher script modified: lava-scheduler --- 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 'lava-scheduler' --- lava-scheduler 2011-07-26 05:31:17 +0000 +++ lava-scheduler 2011-07-27 00:28:03 +0000 @@ -19,7 +19,7 @@ print >>sys.stderr, "invalid options %r" % sys.argv[1:] sys.exit(1) else: - dispatcher = '/usr/bin/lava-dispatcher' + dispatcher = 'lava-dispatch' service = BoardSet(source, dispatcher, reactor) reactor.callWhenRunning(service.startService)