From patchwork Fri Aug 19 04:21: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: 3535 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 BC83423F4D for ; Fri, 19 Aug 2011 04:21:19 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 8C4A6A183D5 for ; Fri, 19 Aug 2011 04:21:19 +0000 (UTC) Received: by ywo7 with SMTP id 7so2816756ywo.11 for ; Thu, 18 Aug 2011 21:21:19 -0700 (PDT) Received: by 10.150.170.13 with SMTP id s13mr1670039ybe.48.1313727677590; Thu, 18 Aug 2011 21:21:17 -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.150.157.17 with SMTP id f17cs81945ybe; Thu, 18 Aug 2011 21:21:17 -0700 (PDT) Received: by 10.216.70.194 with SMTP id p44mr42928wed.52.1313727675413; Thu, 18 Aug 2011 21:21:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id v18si7360752wec.80.2011.08.18.21.21.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Aug 2011 21:21: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 1QuGa2-0000Mg-M3 for ; Fri, 19 Aug 2011 04:21:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 9D705E0149 for ; Fri, 19 Aug 2011 04:21: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: 226 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 226: Add LAVA highlights on the server index page Message-Id: <20110819042114.16581.24260.launchpad@ackee.canonical.com> Date: Fri, 19 Aug 2011 04:21: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="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: 7e659d130eb23aaec39a5c7fe371cb00b2556ec6 ------------------------------------------------------------ revno: 226 committer: Zygmunt Krynicki branch nick: pristine timestamp: Thu 2011-08-18 17:00:38 +0200 message: Add LAVA highlights on the server index page modified: lava_server/templates/index.html --- 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 'lava_server/templates/index.html' --- lava_server/templates/index.html 2011-07-12 02:22:10 +0000 +++ lava_server/templates/index.html 2011-08-18 15:00:38 +0000 @@ -3,6 +3,16 @@ {% block content %} +

LAVA Highlights

+{% for extension in lava.extension_list %} +{% if extension.front_page_template %} +

{{ extension.description }}

+{% include extension.front_page_template %} +{% endif %} +{% endfor %} +{% endblock %} + +{% block sidebar %}

About LAVA

LAVA is a stack of technologies developed by Linaro Validation team that facilitates unattended image deployment, test planning, scheduling, execution,