From patchwork Thu Jul 7 16:25:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Tunnicliffe X-Patchwork-Id: 2571 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 356F824135 for ; Thu, 7 Jul 2011 16:25:39 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 0155AA1823B for ; Thu, 7 Jul 2011 16:25:38 +0000 (UTC) Received: by qwb8 with SMTP id 8so758038qwb.11 for ; Thu, 07 Jul 2011 09:25:38 -0700 (PDT) Received: by 10.229.62.194 with SMTP id y2mr795887qch.4.1310055938287; Thu, 07 Jul 2011 09:25:38 -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.229.48.135 with SMTP id r7cs112478qcf; Thu, 7 Jul 2011 09:25:38 -0700 (PDT) Received: by 10.227.58.131 with SMTP id g3mr917516wbh.25.1310055937265; Thu, 07 Jul 2011 09:25:37 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id en1si9244281wbb.123.2011.07.07.09.25.36; Thu, 07 Jul 2011 09:25:37 -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 1QerOS-0004aa-EZ for ; Thu, 07 Jul 2011 16:25:36 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 649012E8911 for ; Thu, 7 Jul 2011 16:25:36 +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: 375 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 375: Removed status prints from linaro_image_tools/index_server.py and renamed it to linaro-image-indexer Message-Id: <20110707162536.24547.8207.launchpad@loganberry.canonical.com> Date: Thu, 07 Jul 2011 16:25:36 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13376"; Instance="initZopeless config overlay" X-Launchpad-Hash: d9ec9b13ce3254139f1c8a761d527911a0470f5f Merge authors: James Tunnicliffe (dooferlad) Related merge proposals: https://code.launchpad.net/~dooferlad/linaro-image-tools/fetch_image_indexer_remove_status_prints/+merge/67199 proposed by: James Tunnicliffe (dooferlad) review: Approve - James Westby (james-w) ------------------------------------------------------------ revno: 375 [merge] committer: James Tunnicliffe branch nick: linaro-image-tools timestamp: Thu 2011-07-07 17:24:28 +0100 message: Removed status prints from linaro_image_tools/index_server.py and renamed it to linaro-image-indexer renamed: linaro_image_tools/index_server.py => linaro-image-indexer modified: linaro-image-indexer --- 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 === renamed file 'linaro_image_tools/index_server.py' => 'linaro-image-indexer' --- linaro_image_tools/index_server.py 2011-06-29 06:29:34 +0000 +++ linaro-image-indexer 2011-07-07 14:15:23 +0000 @@ -89,8 +89,6 @@ url_chunks_): if(not id_ in self.url_parse): - - print base_dir_ self.url_parse[id_] = {"base_dir": base_dir_, "base_url": base_url_, "url_validator": url_validator_,