From patchwork Thu Jun 23 11:27:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2200 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 11EDA23F08 for ; Thu, 23 Jun 2011 11:27:18 +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 A8B37A18067 for ; Thu, 23 Jun 2011 11:27:17 +0000 (UTC) Received: by qwb8 with SMTP id 8so1284866qwb.11 for ; Thu, 23 Jun 2011 04:27:17 -0700 (PDT) Received: by 10.229.137.149 with SMTP id w21mr1458413qct.59.1308828436538; Thu, 23 Jun 2011 04:27:16 -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.230.139 with SMTP id jm11cs15316qcb; Thu, 23 Jun 2011 04:27:15 -0700 (PDT) Received: by 10.227.135.9 with SMTP id l9mr840596wbt.34.1308828434399; Thu, 23 Jun 2011 04:27:14 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fm18si3528033wbb.99.2011.06.23.04.27.13; Thu, 23 Jun 2011 04:27:14 -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 1QZi41-0005mX-Kb for ; Thu, 23 Jun 2011 11:27:13 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 98A6E2E802E for ; Thu, 23 Jun 2011 11:27:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard-tool X-Launchpad-Branch: ~linaro-validation/lava-dashboard-tool/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 148 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard-tool/trunk] Rev 148: Rename everything to lava-dashboard-tool Message-Id: <20110623112713.12434.51440.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 11:27: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="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: 67a80adeb2a99aeddb4a61d3598f8e9edb20671d ------------------------------------------------------------ revno: 148 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-06-23 13:23:24 +0200 message: Rename everything to lava-dashboard-tool renamed: launch_control_tool/ => lava_dashboard_tool/ modified: README lava_dashboard_tool/__init__.py lava_dashboard_tool/commands.py lava_dashboard_tool/main.py lava_dashboard_tool/tests/__init__.py lava_dashboard_tool/tests/test_commands.py setup.py --- lp:lava-dashboard-tool https://code.launchpad.net/~linaro-validation/lava-dashboard-tool/trunk You are subscribed to branch lp:lava-dashboard-tool. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard-tool/trunk/+edit-subscription === modified file 'README' --- README 2010-11-16 12:46:25 +0000 +++ README 2011-06-23 11:23:24 +0000 @@ -13,4 +13,4 @@ ============== All bugs should be reported to the launchpad project at -https://bugs.launchpad.net/linaro-launch-control-tool/+filebug +https://bugs.launchpad.net/lava-dashboard-tool/+filebug === renamed directory 'launch_control_tool' => 'lava_dashboard_tool' === modified file 'lava_dashboard_tool/__init__.py' --- launch_control_tool/__init__.py 2011-06-23 11:13:22 +0000 +++ lava_dashboard_tool/__init__.py 2011-06-23 11:23:24 +0000 @@ -2,19 +2,19 @@ # # Author: Zygmunt Krynicki # -# This file is part of launch-control-tool. +# This file is part of lava-dashboard-tool. # -# launch-control-tool is free software: you can redistribute it and/or modify +# lava-dashboard-tool is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # as published by the Free Software Foundation # -# launch-control-tool is distributed in the hope that it will be useful, +# lava-dashboard-tool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with launch-control-tool. If not, see . +# along with lava-dashboard-tool. If not, see . """ Launch Control Tool package === modified file 'lava_dashboard_tool/commands.py' --- launch_control_tool/commands.py 2011-06-23 11:13:22 +0000 +++ lava_dashboard_tool/commands.py 2011-06-23 11:23:24 +0000 @@ -2,19 +2,19 @@ # # Author: Zygmunt Krynicki # -# This file is part of launch-control-tool. +# This file is part of lava-dashboard-tool. # -# launch-control-tool is free software: you can redistribute it and/or modify +# lava-dashboard-tool is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # as published by the Free Software Foundation # -# launch-control-tool is distributed in the hope that it will be useful, +# lava-dashboard-tool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with launch-control-tool. If not, see . +# along with lava-dashboard-tool. If not, see . """ Module with command-line tool commands that interact with the dashboard @@ -950,6 +950,6 @@ """ def invoke(self): import versiontools - from launch_control_tool import __version__ + from lava_dashboard_tool import __version__ print "Dashboard client version: {version}".format( version=versiontools.format_version(__version__)) === modified file 'lava_dashboard_tool/main.py' --- launch_control_tool/main.py 2011-05-04 12:39:22 +0000 +++ lava_dashboard_tool/main.py 2011-06-23 11:23:24 +0000 @@ -3,19 +3,19 @@ # Author: Zygmunt Krynicki # Author: Michael Hudson-Doyle # -# This file is part of launch-control-tool. +# This file is part of lava-dashboard-tool. # -# launch-control-tool is free software: you can redistribute it and/or modify +# lava-dashboard-tool is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # as published by the Free Software Foundation # -# launch-control-tool is distributed in the hope that it will be useful, +# lava-dashboard-tool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with launch-control-tool. If not, see . +# along with lava-dashboard-tool. If not, see . from lava_tool.dispatcher import LavaDispatcher, run_with_dispatcher_class @@ -23,13 +23,13 @@ class LaunchControlDispatcher(LavaDispatcher): - toolname = 'launch_control_tool' + toolname = 'lava_dashboard_tool' description = """ Command line tool for interacting with Launch Control """ epilog = """ Please report all bugs using the Launchpad bug tracker: - http://bugs.launchpad.net/launch-control-tool/+filebug + http://bugs.launchpad.net/lava-dashboard-tool/+filebug """ === modified file 'lava_dashboard_tool/tests/__init__.py' --- launch_control_tool/tests/__init__.py 2011-05-04 12:39:22 +0000 +++ lava_dashboard_tool/tests/__init__.py 2011-06-23 11:23:24 +0000 @@ -2,22 +2,22 @@ # # Author: Zygmunt Krynicki # -# This file is part of launch-control-tool. +# This file is part of lava-dashboard-tool. # -# launch-control-tool is free software: you can redistribute it and/or modify +# lava-dashboard-tool is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # as published by the Free Software Foundation # -# launch-control-tool is distributed in the hope that it will be useful, +# lava-dashboard-tool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with launch-control-tool. If not, see . +# along with lava-dashboard-tool. If not, see . """ -Package with unit tests for launch_control_tool +Package with unit tests for lava_dashboard_tool """ import doctest @@ -26,13 +26,13 @@ def app_modules(): return [ - 'launch_control_tool.commands', + 'lava_dashboard_tool.commands', ] def test_modules(): return [ - 'launch_control_tool.tests.test_commands', + 'lava_dashboard_tool.tests.test_commands', ] === modified file 'lava_dashboard_tool/tests/test_commands.py' --- launch_control_tool/tests/test_commands.py 2011-05-04 12:39:22 +0000 +++ lava_dashboard_tool/tests/test_commands.py 2011-06-23 11:23:24 +0000 @@ -2,19 +2,19 @@ # # Author: Zygmunt Krynicki # -# This file is part of launch-control-tool. +# This file is part of lava-dashboard-tool. # -# launch-control-tool is free software: you can redistribute it and/or modify +# lava-dashboard-tool is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # as published by the Free Software Foundation # -# launch-control-tool is distributed in the hope that it will be useful, +# lava-dashboard-tool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with launch-control-tool. If not, see . +# along with lava-dashboard-tool. If not, see . """ Unit tests for the launch_control.commands package @@ -22,7 +22,7 @@ from unittest import TestCase -from launch_control_tool.commands import XMLRPCCommand +from lava_dashboard_tool.commands import XMLRPCCommand class XMLRPCCommandTestCase(TestCase): === modified file 'setup.py' --- setup.py 2011-06-23 11:13:22 +0000 +++ setup.py 2011-06-23 11:23:24 +0000 @@ -4,50 +4,50 @@ # # Author: Zygmunt Krynicki # -# This file is part of launch-control-tool. +# This file is part of lava-dashboard-tool. # -# launch-control-tool is free software: you can redistribute it and/or modify +# lava-dashboard-tool is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # as published by the Free Software Foundation # -# launch-control-tool is distributed in the hope that it will be useful, +# lava-dashboard-tool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with launch-control-tool. If not, see . +# along with lava-dashboard-tool. If not, see . from setuptools import setup, find_packages setup( - name='launch-control-tool', - version=":versiontools:launch_control_tool:__version__", + name='lava-dashboard-tool', + version=":versiontools:lava_dashboard_tool:__version__", author="Zygmunt Krynicki", author_email="zygmunt.krynicki@linaro.org", packages=find_packages(), description="Command line utility for Launch Control", - url='https://launchpad.net/launch-control-tool', - test_suite='launch_control_tool.tests.test_suite', + url='https://launchpad.net/lava-dashboard-tool', + test_suite='lava_dashboard_tool.tests.test_suite', license="LGPLv3", entry_points=""" [console_scripts] - lc-tool=launch_control_tool.main:main - [launch_control_tool.commands] - backup=launch_control_tool.commands:backup - bundles=launch_control_tool.commands:bundles - data_views=launch_control_tool.commands:data_views - deserialize=launch_control_tool.commands:deserialize - get=launch_control_tool.commands:get - make_stream=launch_control_tool.commands:make_stream - pull=launch_control_tool.commands:pull - put=launch_control_tool.commands:put - query_data_view=launch_control_tool.commands:query_data_view - restore=launch_control_tool.commands:restore - server_version=launch_control_tool.commands:server_version - streams=launch_control_tool.commands:streams - version=launch_control_tool.commands:version + lava-dashboard-tool=lava_dashboard_tool.main:main + [lava_dashboard_tool.commands] + backup=lava_dashboard_tool.commands:backup + bundles=lava_dashboard_tool.commands:bundles + data_views=lava_dashboard_tool.commands:data_views + deserialize=lava_dashboard_tool.commands:deserialize + get=lava_dashboard_tool.commands:get + make_stream=lava_dashboard_tool.commands:make_stream + pull=lava_dashboard_tool.commands:pull + put=lava_dashboard_tool.commands:put + query_data_view=lava_dashboard_tool.commands:query_data_view + restore=lava_dashboard_tool.commands:restore + server_version=lava_dashboard_tool.commands:server_version + streams=lava_dashboard_tool.commands:streams + version=lava_dashboard_tool.commands:version """, classifiers=[ "Development Status :: 4 - Beta",