From patchwork Thu Sep 29 12:47:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 4431 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 8679623F6E for ; Thu, 29 Sep 2011 12:47:16 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 771ACA18477 for ; Thu, 29 Sep 2011 12:47:16 +0000 (UTC) Received: by fxe23 with SMTP id 23so2448567fxe.11 for ; Thu, 29 Sep 2011 05:47:16 -0700 (PDT) Received: by 10.223.63.8 with SMTP id z8mr3654618fah.84.1317300436165; Thu, 29 Sep 2011 05:47: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.152.3.234 with SMTP id f10cs13452laf; Thu, 29 Sep 2011 05:47:15 -0700 (PDT) Received: by 10.216.188.194 with SMTP id a44mr3057927wen.4.1317300435022; Thu, 29 Sep 2011 05:47:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id m36si1169962weq.43.2011.09.29.05.47.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Sep 2011 05:47:15 -0700 (PDT) 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 1R9G1C-0000wa-EB for ; Thu, 29 Sep 2011 12:47:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 6228FE14F8 for ; Thu, 29 Sep 2011 12:47:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 242 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 242: Add missing entries to MANIFEST.in Message-Id: <20110929124714.30043.58986.launchpad@ackee.canonical.com> Date: Thu, 29 Sep 2011 12:47:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14063"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 18470cd58febe409b1e67ad4836df2fde3d7fc92 ------------------------------------------------------------ revno: 242 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-09-29 14:38:03 +0200 message: Add missing entries to MANIFEST.in modified: MANIFEST.in --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'MANIFEST.in' --- MANIFEST.in 2011-07-12 12:18:17 +0000 +++ MANIFEST.in 2011-09-29 12:38:03 +0000 @@ -6,3 +6,6 @@ include README recursive-include lava_server/htdocs *.gif *.png *.js *.css recursive-include lava_server/templates *.html +recursive-include lava_projects/templates *.html +recursive-include lava_markitup/templates *.html +recursive-include lava_markitup/static *.gif *.png *.js *.css *.html