From patchwork Thu Apr 28 08:49:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 1211 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:50:11 -0000 Delivered-To: patches@linaro.org Received: by 10.224.2.73 with SMTP id 9cs139410qai; Thu, 28 Apr 2011 01:49:18 -0700 (PDT) Received: by 10.227.32.132 with SMTP id c4mr3312094wbd.190.1303980557895; Thu, 28 Apr 2011 01:49:17 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id o5si4617854wby.40.2011.04.28.01.49.17; Thu, 28 Apr 2011 01:49:17 -0700 (PDT) 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 1QFMuT-0007Jq-8c for ; Thu, 28 Apr 2011 08:49:17 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 3D2742E84FB for ; Thu, 28 Apr 2011 08:49:17 +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: 330 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-maintainers/linaro-image-tools/trunk] Rev 330: Include linaro-android-media-create in release. Message-Id: <20110428084917.30197.52346.launchpad@loganberry.canonical.com> Date: Thu, 28 Apr 2011 08:49:17 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12915"; Instance="initZopeless config overlay" X-Launchpad-Hash: 28d758fb571ad48619fac8e135fd8d73b02f7c9d ------------------------------------------------------------ revno: 330 committer: Mattias Backman branch nick: trunk timestamp: Wed 2011-04-27 15:49:36 +0200 message: Include linaro-android-media-create in release. modified: setup.py --- 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 'setup.py' --- setup.py 2011-04-21 13:38:46 +0000 +++ setup.py 2011-04-27 13:49:36 +0000 @@ -14,5 +14,5 @@ scripts=[ "linaro-hwpack-create", "linaro-hwpack-install", - "linaro-media-create"], + "linaro-media-create", "linaro-android-media-create"], )