From patchwork Wed Oct 5 09:21:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 4518 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 D3CA023DEF for ; Wed, 5 Oct 2011 09:27:21 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id C2CF7A18AD1 for ; Wed, 5 Oct 2011 09:27:21 +0000 (UTC) Received: by eyb6 with SMTP id 6so1916877eyb.11 for ; Wed, 05 Oct 2011 02:27:21 -0700 (PDT) Received: by 10.223.94.134 with SMTP id z6mr1028279fam.8.1317806841595; Wed, 05 Oct 2011 02:27:21 -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.152.23.170 with SMTP id n10cs85891laf; Wed, 5 Oct 2011 02:27:21 -0700 (PDT) Received: by 10.216.158.140 with SMTP id q12mr2812699wek.8.1317806474506; Wed, 05 Oct 2011 02:21:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id t18si659600wec.15.2011.10.05.02.21.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Oct 2011 02:21:14 -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 1RBNf7-0003JQ-Rr for ; Wed, 05 Oct 2011 09:21:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id C9AF1E1573 for ; Wed, 5 Oct 2011 09:21:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-image-tools/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 440 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 440: Remove experimental banner from linaro-android-media-create. Message-Id: <20111005092113.2211.41368.launchpad@ackee.canonical.com> Date: Wed, 05 Oct 2011 09:21: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="14085"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 39aa3f41aa4f2cdbd38993317567a60bd68bce16 Merge authors: Andy Doan (doanac) Related merge proposals: https://code.launchpad.net/~doanac/linaro-image-tools/l-a-m-c-experimental/+merge/77990 proposed by: Andy Doan (doanac) review: Approve - Mattias Backman (mabac) ------------------------------------------------------------ revno: 440 [merge] committer: Mattias Backman branch nick: trunl timestamp: Wed 2011-10-05 11:15:59 +0200 message: Remove experimental banner from linaro-android-media-create. modified: linaro-android-media-create --- lp:linaro-image-tools https://code.launchpad.net/~linaro-image-tools/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-image-tools/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro-android-media-create' --- linaro-android-media-create 2011-07-28 00:26:09 +0000 +++ linaro-android-media-create 2011-10-03 18:36:11 +0000 @@ -89,13 +89,6 @@ if __name__ == '__main__': parser = get_android_args_parser() - print "====================================================================" - print " linaro-android-media-create is EXPERIMENTAL " - print " " - print " The command line parameters as well as the distribution format will" - print " be changed and we will not keep backward compatibility for the " - print " current version here. " - print "====================================================================" args = parser.parse_args() # If --help was specified this won't execute.