From patchwork Thu Jun 23 11:47:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2203 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 36BCA23F08 for ; Thu, 23 Jun 2011 11:47: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 084DCA1812C for ; Thu, 23 Jun 2011 11:47:17 +0000 (UTC) Received: by qwb8 with SMTP id 8so1294366qwb.11 for ; Thu, 23 Jun 2011 04:47:17 -0700 (PDT) Received: by 10.229.117.95 with SMTP id p31mr1456391qcq.97.1308829635806; Thu, 23 Jun 2011 04:47:15 -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.230.139 with SMTP id jm11cs15714qcb; Thu, 23 Jun 2011 04:47:15 -0700 (PDT) Received: by 10.227.157.134 with SMTP id b6mr1876942wbx.59.1308829633781; Thu, 23 Jun 2011 04:47:13 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id d17si3572116wbh.82.2011.06.23.04.47.13; Thu, 23 Jun 2011 04:47: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 1QZiNM-0000ye-Vi for ; Thu, 23 Jun 2011 11:47:13 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id EC3452E84F6 for ; Thu, 23 Jun 2011 11:47: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: 6 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 6: Add MANIFEST.in Message-Id: <20110623114712.25791.44824.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 11:47: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="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: a142655e9a919a1dd20b77c36f37c4451dab9d89 ------------------------------------------------------------ revno: 6 committer: Zygmunt Krynicki branch nick: lava-scheduler timestamp: Thu 2011-06-23 13:45:26 +0200 message: Add MANIFEST.in added: MANIFEST.in --- 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 === added file 'MANIFEST.in' --- MANIFEST.in 1970-01-01 00:00:00 +0000 +++ MANIFEST.in 2011-06-23 11:45:26 +0000 @@ -0,0 +1,2 @@ +recursive-include lava_scheduler_app/templates *.html +include lava-scheduler-daemon.tac