From patchwork Thu Oct 25 11:53:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Pigott X-Patchwork-Id: 12507 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 1723C23F6F for ; Thu, 25 Oct 2012 11:53:15 +0000 (UTC) Received: from mail-ia0-f180.google.com (mail-ia0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id CAC22A18F7D for ; Thu, 25 Oct 2012 11:53:14 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f6so1172363iag.11 for ; Thu, 25 Oct 2012 04:53:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=HZAG54kOgd4581tf85qAIdFHNkcBIL6qSShQ+NkTcN8=; b=SyANKj3krkJ9SbdXZMow0dLDNl9j7tYyiS50Xdn0O1LLWjp7hGut3ocURrYNQcEnn0 86ouWd/SZGSzlL0qm2eCxSQ1Yur7igbkKJVn5oKoK08uZt0G0pXmyLVSgom4PQtirc2k tIcBcI9eMiZWDRnlV6mLZ6HKHdnlooLqFdkBYJCa37f0vaNRa52ZflCea5UWcOYEzK6o 3vX+XhGtpyF0L84ZX//tFfhrtd1OoJq2cFguUjph/jyR7kpODnoQH3OjeNHujJA6gBk5 r9pRkdslrIUr5HtTejDReIy6xnsNy80psxTcMAnOvtZAGpWEecHULv8ed7gkF8WwdHiv lm/A== Received: by 10.50.88.233 with SMTP id bj9mr5470233igb.70.1351165994258; Thu, 25 Oct 2012 04:53:14 -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.50.67.148 with SMTP id n20csp31778igt; Thu, 25 Oct 2012 04:53:13 -0700 (PDT) Received: by 10.216.228.16 with SMTP id e16mr11396350weq.199.1351165992598; Thu, 25 Oct 2012 04:53:12 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id er8si547406wib.43.2012.10.25.04.53.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2012 04:53:12 -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 1TRLzr-0007PC-VF for ; Thu, 25 Oct 2012 11:53:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id DA769E0418 for ; Thu, 25 Oct 2012 11:53:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 422 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 422: Add mkdir -p /mnt/lava/boot to android deployment Message-Id: <20121025115311.11599.12454.launchpad@ackee.canonical.com> Date: Thu, 25 Oct 2012 11:53:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16179"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 02a62d6f88a4202c4adbbe6afcbbc1f1ff29c20b X-Gm-Message-State: ALoCoQlMV+shCNm31m/mJZko0YAljjRgQBwQ05LKcIhRufl+ZfB4DLv74u/XVsBCGuyAXtJMydmp Merge authors: Dave Pigott (dpigott) Related merge proposals: https://code.launchpad.net/~dpigott/lava-dispatcher/boot-dir-fix/+merge/131380 proposed by: Dave Pigott (dpigott) review: Approve - Yongqin Liu (liuyq0307) review: Approve - Fathi Boudra (fboudra) ------------------------------------------------------------ revno: 422 [merge] fixes bug: https://launchpad.net/bugs/1071266 committer: dave.pigott@linaro.org branch nick: trunk timestamp: Thu 2012-10-25 12:51:54 +0100 message: Add mkdir -p /mnt/lava/boot to android deployment modified: lava_dispatcher/device/master.py --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'lava_dispatcher/device/master.py' --- lava_dispatcher/device/master.py 2012-10-24 01:43:42 +0000 +++ lava_dispatcher/device/master.py 2012-10-25 11:27:27 +0000 @@ -538,6 +538,7 @@ def _deploy_linaro_android_boot(session, boottbz2, target): logging.info("Deploying test boot filesystem") + session.run('mkdir -p /mnt/lava/boot') session.run('mount /dev/disk/by-label/testboot /mnt/lava/boot') session._client.target_extract(session, boottbz2, '/mnt/lava') _recreate_uInitrd(session, target)