From patchwork Tue Nov 8 05:37:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yongqin Liu X-Patchwork-Id: 4952 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 C83F123E0F for ; Tue, 8 Nov 2011 05:37:17 +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 B444CA186AF for ; Tue, 8 Nov 2011 05:37:17 +0000 (UTC) Received: by faan26 with SMTP id n26so219604faa.11 for ; Mon, 07 Nov 2011 21:37:17 -0800 (PST) Received: by 10.152.145.233 with SMTP id sx9mr7805632lab.6.1320730637424; Mon, 07 Nov 2011 21:37:17 -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.152.14.103 with SMTP id o7cs81023lac; Mon, 7 Nov 2011 21:37:17 -0800 (PST) Received: by 10.180.19.42 with SMTP id b10mr11577959wie.39.1320730635265; Mon, 07 Nov 2011 21:37:15 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id j10si177890wij.7.2011.11.07.21.37.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Nov 2011 21:37:15 -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 1RNeN0-00035R-MO for ; Tue, 08 Nov 2011 05:37:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 998BCE0511 for ; Tue, 8 Nov 2011 05:37:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard X-Launchpad-Branch: ~linaro-validation/lava-dashboard/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 279 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 279: merge tips error Message-Id: <20111108053714.22286.69611.launchpad@ackee.canonical.com> Date: Tue, 08 Nov 2011 05:37: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="14231"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: f681cc5768d0b41ecbd00800e63be15fc074ec94 Merge authors: Yongqin Liu (liuyq0307) Related merge proposals: https://code.launchpad.net/~liuyq0307/lava-dashboard/fix-870249/+merge/81229 proposed by: Yongqin Liu (liuyq0307) review: Approve - Yongqin Liu (liuyq0307) ------------------------------------------------------------ revno: 279 [merge] committer: Yongqin Liu branch nick: lava-dashboard timestamp: Tue 2011-11-08 13:35:15 +0800 message: merge tips error modified: dashboard_app/templates/dashboard_app/bundle_detail.html --- lp:lava-dashboard https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk You are subscribed to branch lp:lava-dashboard. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription === modified file 'dashboard_app/templates/dashboard_app/bundle_detail.html' --- dashboard_app/templates/dashboard_app/bundle_detail.html 2011-09-27 19:29:01 +0000 +++ dashboard_app/templates/dashboard_app/bundle_detail.html 2011-11-04 03:06:40 +0000 @@ -46,7 +46,7 @@

Tips

You can download this bundle with the following command:

- lava-dashboard-tool --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} get {{bundle.content_sha1}} + lava-dashboard-tool get --dashboard-url=http://{{site.domain}}{% url lava.api_handler %} {{bundle.content_sha1}}
{% endblock %}