From patchwork Mon Jan 23 22:03:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 6351 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 A2F492427F for ; Mon, 23 Jan 2012 22:03:15 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 83843A1879E for ; Mon, 23 Jan 2012 22:03:15 +0000 (UTC) Received: by bkar19 with SMTP id r19so3372310bka.11 for ; Mon, 23 Jan 2012 14:03:15 -0800 (PST) Received: by 10.204.155.66 with SMTP id r2mr3890213bkw.38.1327356195103; Mon, 23 Jan 2012 14:03:15 -0800 (PST) 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.204.130.220 with SMTP id u28cs83660bks; Mon, 23 Jan 2012 14:03:14 -0800 (PST) Received: by 10.180.97.37 with SMTP id dx5mr20815804wib.3.1327356193435; Mon, 23 Jan 2012 14:03:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id k81si10405323weq.141.2012.01.23.14.03.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jan 2012 14:03:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RpRyr-0000rl-4j for ; Mon, 23 Jan 2012 22:03:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id E075DE048C for ; Mon, 23 Jan 2012 22:03: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: 118 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 118: include static assets in sdist Message-Id: <20120123220312.5424.98185.launchpad@ackee.canonical.com> Date: Mon, 23 Jan 2012 22:03: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="14713"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 84c7970aad68b98d706defd78ae37d929b8b7b4a X-Gm-Message-State: ALoCoQnva92Z7oDFJvk+hNRTPEbkafkloTtt9gp2VIh6lWVvZYHSWbPB0aatEHNzvvRpno17/Z7v Merge authors: Zygmunt Krynicki (zkrynicki) Related merge proposals: https://code.launchpad.net/~zkrynicki/lava-scheduler/fix-919079/+merge/89408 proposed by: Zygmunt Krynicki (zkrynicki) ------------------------------------------------------------ revno: 118 [merge] committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2012-01-24 10:57:40 +1300 message: include static assets in sdist modified: 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 === modified file 'MANIFEST.in' --- MANIFEST.in 2011-08-30 04:57:39 +0000 +++ MANIFEST.in 2012-01-20 10:57:47 +0000 @@ -1,1 +1,2 @@ recursive-include lava_scheduler_app/templates *.html +recursive-include lava_scheduler_app/static *.js *.css *.gif