From bd54d40cfbf2df5aa92768d286cee0ab4fbf18e1 Mon Sep 17 00:00:00 2001 From: Ronald Bradford Date: Tue, 3 May 2016 12:53:11 -0400 Subject: [PATCH] Remove all dot files with project removal See I0461da5039e2357f19a86de3922b86dfabb79b05 for prior removal Change-Id: I0acd37206f077b8781f950adc908f31873992088 --- .coveragerc | 7 ------- .gitignore | 52 ---------------------------------------------------- .gitreview | 4 ---- .mailmap | 3 --- .testr.conf | 7 ------- README.rst | 3 ++- 6 files changed, 2 insertions(+), 74 deletions(-) delete mode 100644 .coveragerc delete mode 100644 .gitignore delete mode 100644 .gitreview delete mode 100644 .mailmap delete mode 100644 .testr.conf diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index 1811a7f..0000000 --- a/.coveragerc +++ /dev/null @@ -1,7 +0,0 @@ -[run] -branch = True -source = kiteclient -omit = kiteclient/tests/*,kiteclient/openstack/* - -[report] -ignore-errors = True \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ed88334..0000000 --- a/.gitignore +++ /dev/null @@ -1,52 +0,0 @@ -*.py[cod] - -# C extensions -*.so - -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs -.installed.cfg -lib -lib64 - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -cover -.tox -nosetests.xml -.testrepository - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Complexity -output/*.html -output/*/index.html - -# Sphinx -doc/build - -# pbr generates these -AUTHORS -ChangeLog - -# Editors -*~ -.*.swp diff --git a/.gitreview b/.gitreview deleted file mode 100644 index 24a93c5..0000000 --- a/.gitreview +++ /dev/null @@ -1,4 +0,0 @@ -[gerrit] -host=review.openstack.org -port=29418 -project=openstack/python-kiteclient.git diff --git a/.mailmap b/.mailmap deleted file mode 100644 index cc92f17..0000000 --- a/.mailmap +++ /dev/null @@ -1,3 +0,0 @@ -# Format is: -# -# \ No newline at end of file diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index fb62267..0000000 --- a/.testr.conf +++ /dev/null @@ -1,7 +0,0 @@ -[DEFAULT] -test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ - OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ - OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ - ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list \ No newline at end of file diff --git a/README.rst b/README.rst index b0f418c..94afa09 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,7 @@ This project is no longer maintained. The contents of this repository are still available in the Git source code management system. To see the contents of this repository before it reached its end of life, please check out the -previous commit with "git checkout HEAD^1". +following commit with +"git checkout dee7b5b07d8837f08990ce06119f7c5c3b93b7d7" http://lists.openstack.org/pipermail/openstack-dev/2016-March/090409.html