From patchwork Mon May 23 15:08:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattias Backman X-Patchwork-Id: 1587 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:21 -0000 Delivered-To: patches@linaro.org Received: by 10.224.54.134 with SMTP id q6cs68942qag; Mon, 23 May 2011 08:08:23 -0700 (PDT) Received: by 10.227.182.2 with SMTP id ca2mr2386889wbb.89.1306163302763; Mon, 23 May 2011 08:08:22 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id f14si11481019wbh.88.2011.05.23.08.08.22; Mon, 23 May 2011 08:08:22 -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 1QOWk2-0002eG-6W for ; Mon, 23 May 2011 15:08:22 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 3051F2E8085 for ; Mon, 23 May 2011 15:08:22 +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: 345 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 345: Make do-release script remove possibly remaining .testrepository dir. Message-Id: <20110523150822.16645.53223.launchpad@loganberry.canonical.com> Date: Mon, 23 May 2011 15:08:22 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13085"; Instance="initZopeless config overlay" X-Launchpad-Hash: 289876b511ce864e6dcf5458228cf20065752916 ------------------------------------------------------------ revno: 345 committer: Mattias Backman branch nick: linaro-image-tools timestamp: Mon 2011-05-23 17:07:05 +0200 message: Make do-release script remove possibly remaining .testrepository dir. modified: do-release --- 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 'do-release' --- do-release 2011-04-21 13:28:29 +0000 +++ do-release 2011-05-23 15:07:05 +0000 @@ -40,6 +40,9 @@ die "Testsuite doesn't pass" fi +log_i "Removing test repository data" +rm -rf .testrepository/ + if bzr tags | awk '{print $1}' | grep -qFx "$version"; then die "Tag $version already exists" fi