From patchwork Wed Jan 26 12:31:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Lo=C3=AFc_Minier?= X-Patchwork-Id: 28 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:39:20 -0000 Delivered-To: patches@linaro.org Received: by 10.147.124.10 with SMTP id b10cs82764yan; Wed, 26 Jan 2011 04:31:33 -0800 (PST) Received: by 10.103.198.18 with SMTP id a18mr3199902muq.126.1296045090442; Wed, 26 Jan 2011 04:31:30 -0800 (PST) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id o19si15021145fal.164.2011.01.26.04.31.29; Wed, 26 Jan 2011 04:31:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Pi4X3-0006cx-D7 for ; Wed, 26 Jan 2011 12:31:29 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 6178D2E86C5 for ; Wed, 26 Jan 2011 12:31:29 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-maintainers/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 261 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-maintainers/linaro-image-tools/trunk] Rev 261: Merge lp:~lool/linaro-image-tools/fdisk-isnt-required; fdisk isn't use anymore. Message-Id: <20110126123129.6019.80798.launchpad@loganberry.canonical.com> Date: Wed, 26 Jan 2011 12:31:29 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12263"; Instance="initZopeless config overlay" X-Launchpad-Hash: 8aa0fdca90355f47a9047fba1681b564298eadf8 Merge authors: Loïc Minier (lool) Related merge proposals: https://code.launchpad.net/~lool/linaro-image-tools/fdisk-isnt-required/+merge/47515 proposed by: Loïc Minier (lool) review: Approve - Guilherme Salgado (salgado) ------------------------------------------------------------ revno: 261 [merge] committer: Loïc Minier branch nick: linaro-image-tools timestamp: Wed 2011-01-26 13:29:20 +0100 message: Merge lp:~lool/linaro-image-tools/fdisk-isnt-required; fdisk isn't use anymore. modified: linaro-media-create --- lp:linaro-image-tools https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro-media-create' --- linaro-media-create 2011-01-25 20:04:45 +0000 +++ linaro-media-create 2011-01-26 12:10:14 +0000 @@ -59,7 +59,7 @@ def ensure_required_commands(args): """Ensure we have the commands that we know are going to be used.""" required_commands = [ - 'mkfs.vfat', 'sfdisk', 'fdisk', 'mkimage', 'uuidgen', 'parted'] + 'mkfs.vfat', 'sfdisk', 'mkimage', 'uuidgen', 'parted'] if not is_arm_host(): required_commands.append('qemu-arm-static') required_commands.append('qemu-img')