From patchwork Mon Dec 5 21:37:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 5487 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 3AF7C23E03 for ; Mon, 5 Dec 2011 21:37:17 +0000 (UTC) Received: from mail-lpp01m010-f52.google.com (mail-lpp01m010-f52.google.com [209.85.215.52]) by fiordland.canonical.com (Postfix) with ESMTP id 1BDD9A18294 for ; Mon, 5 Dec 2011 21:37:17 +0000 (UTC) Received: by lagm6 with SMTP id m6so578667lag.11 for ; Mon, 05 Dec 2011 13:37:16 -0800 (PST) Received: by 10.152.105.67 with SMTP id gk3mr7238556lab.48.1323121036690; Mon, 05 Dec 2011 13:37:16 -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.41.198 with SMTP id h6cs284859lal; Mon, 5 Dec 2011 13:37:15 -0800 (PST) Received: by 10.14.9.155 with SMTP id 27mr1478530eet.176.1323121033691; Mon, 05 Dec 2011 13:37:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id 8si5858830eew.91.2011.12.05.13.37.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 13:37: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 1RXgDp-0006nU-3M for ; Mon, 05 Dec 2011 21:37:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0CA6CE04E0 for ; Mon, 5 Dec 2011 21:37:13 +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: 330 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 330: Use new instance prefix. Message-Id: <20111205213713.2112.71913.launchpad@ackee.canonical.com> Date: Mon, 05 Dec 2011 21:37:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14435"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: ce815c473fcd46d7ee0a74923d0f3aabadd81983 ------------------------------------------------------------ revno: 330 committer: Zygmunt Krynicki branch nick: trunk timestamp: Mon 2011-12-05 22:35:06 +0100 message: Use new instance prefix. modified: lava_server/manage.py --- 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/manage.py' --- lava_server/manage.py 2011-11-22 01:09:28 +0000 +++ lava_server/manage.py 2011-12-05 21:35:06 +0000 @@ -91,7 +91,7 @@ "-I", "--instance-template", action="store", default=( - "/srv/lava/{instance}" + "/srv/lava/instances/{instance}" "/etc/lava-server/{{filename}}.conf"), help=( "Template used for constructing instance pathname."