diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 70: Minimum necessary to rename abrek to lava-test. More cleanup can be

Message ID 20110610045213.3104.29931.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Paul Larson June 10, 2011, 4:52 a.m. UTC
------------------------------------------------------------
revno: 70
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-test
timestamp: Thu 2011-06-09 23:49:54 -0500
message:
  Minimum necessary to rename abrek to lava-test.  More cleanup can be
  done later to change filenames, class names, etc to be more consistent
  with the rename
renamed:
  bin/abrek => bin/lava-test
modified:
  README
  setup.py


--
lp:lava-test
https://code.launchpad.net/~linaro-validation/lava-test/trunk

You are subscribed to branch lp:lava-test.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'README'
--- README	2010-07-19 10:42:37 +0000
+++ README	2011-06-10 04:49:54 +0000
@@ -1,4 +1,4 @@ 
-Abrek is an automated testing framework with pre-defined tests and the
+Lava-test is an automated testing framework with pre-defined tests and the
 ability to define additional tests as needed.  Tests can be
 automatically installed, executed, and the results can be parsed and
 uploaded to an external server.

=== renamed file 'bin/abrek' => 'bin/lava-test'
=== modified file 'setup.py'
--- setup.py	2010-08-18 15:33:32 +0000
+++ setup.py	2011-06-10 04:49:54 +0000
@@ -21,16 +21,16 @@ 
 try:
     from DistUtilsExtra.auto import setup
 except ImportError:
-    print >> sys.stderr, 'To build abrek you need', \
+    print >> sys.stderr, 'To build lava-test you need', \
                          'https://launchpad.net/python-distutils-extra'
     sys.exit(1)
 
 setup(
-name='abrek',
+name='lava-test',
 version=version,
 author='Paul Larson',
 author_email='paul.larson@linaro.org',
-url='https://launchpad.net/abrek',
-description='Abrek automated testing framework',
+url='https://launchpad.net/lava-test',
+description='Lava test execution framework',
 long_description=open("README").read() + "\n",
 )