From patchwork Wed Dec 5 19:12:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Terceiro X-Patchwork-Id: 13380 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 3BD3023E28 for ; Wed, 5 Dec 2012 19:12:17 +0000 (UTC) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) by fiordland.canonical.com (Postfix) with ESMTP id D38DFA1820A for ; Wed, 5 Dec 2012 19:12:16 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id 16so8867565iea.26 for ; Wed, 05 Dec 2012 11:12:16 -0800 (PST) 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=qfSSD4w1oeYo7YGzzyju4OYQgPKOnvKMv9JvX2NPURg=; b=eQwW6gSkyduIHB4+IjbpNG9sSDkOysBapmhhRcrnKyR7Pw3yKvipNgP/UeC8OI31dD PHzzvgth8fHpbNlFc4n1xPle8TrAMNKzHD9/57Rmgc+mycA2G3UvSnUdwLEvVVsHVrIO rphLKn9w83QwO+UW6GuSeYD+UP2DRNxckRdoAYnTJog2QtoWEjst/4NDmUXv6k9mKiDE fA1nAo1rHR1z+xr9xHvqWfhBvuX5cybodeEHaARnJjGUQOqU67lj1sZE3Jt9ECvyhkXi 4mYYSrbBoe/NJ9o2WBLoL+oWwNhuRaiGbqyZ8RIbzpHGru+ceE49pKabVZb7+hQ2ZyXA rEyA== Received: by 10.50.91.195 with SMTP id cg3mr3185885igb.57.1354734735806; Wed, 05 Dec 2012 11:12:15 -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.50.67.148 with SMTP id n20csp362097igt; Wed, 5 Dec 2012 11:12:14 -0800 (PST) Received: by 10.180.8.133 with SMTP id r5mr4997222wia.7.1354734733831; Wed, 05 Dec 2012 11:12:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id z81si3718214weo.78.2012.12.05.11.12.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Dec 2012 11:12: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 1TgKOD-00010G-7I for ; Wed, 05 Dec 2012 19:12:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 23E86E01CB for ; Wed, 5 Dec 2012 19:12:13 +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: 488 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 488: add missing umount command, for consistency Message-Id: <20121205191213.17682.32753.launchpad@ackee.canonical.com> Date: Wed, 05 Dec 2012 19:12: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="16341"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 484dc0b35c8b8a463432768d29d16a8ba7859d4f X-Gm-Message-State: ALoCoQnn1WvGB28zOZm6/pwxdWNYXiKDtA4LNtF5qa+YzrvBsCpQ1/K+jG/nYUtDEU+WhmS8ikkX ------------------------------------------------------------ revno: 488 committer: Antonio Terceiro branch nick: trunk timestamp: Wed 2012-12-05 16:10:40 -0300 message: add missing umount command, for consistency 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-11-30 01:57:34 +0000 +++ lava_dispatcher/device/master.py 2012-12-05 19:10:40 +0000 @@ -580,6 +580,7 @@ session.run('mount /dev/disk/by-label/testboot /mnt/lava/boot') session._client.target_extract(session, boottbz2, '/mnt/lava') _recreate_uInitrd(session, target) + session.run('umount /mnt/lava/boot') def _update_uInitrd_partitions(session, rc_filename):