From 4bfd3379916214230f3d4295e346b84d9a065c68 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 2 May 2016 10:12:33 -0700 Subject: [PATCH] Final removal of files beginning with dot The dot files were missing from the retirement. Update the documentation to point to the correct SHA hash. Change-Id: I9da7e1d5016da0cdc5160a417324f766a75119ee --- .coveragerc | 10 -------- .gitignore | 66 ----------------------------------------------------- .gitreview | 4 ---- .mailmap | 3 --- .testr.conf | 7 ------ README.rst | 2 +- 6 files changed, 1 insertion(+), 91 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 28bc5927..00000000 --- a/.coveragerc +++ /dev/null @@ -1,10 +0,0 @@ -[run] -branch = True -source = kolla_mesos -omit = - kolla_mesos/openstack/* - .tox/* - kolla_mesos/tests/* - -[report] -ignore_errors = True diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3683e584..00000000 --- a/.gitignore +++ /dev/null @@ -1,66 +0,0 @@ -*.py[cod] - -# C extensions -*.so - -# Packages -*.egg -*.egg-info -dist -build -.eggs -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 -.venv - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Complexity -output/*.html -output/*/index.html - -# Sphinx -doc/build - -# oslo-config-generator -etc/*.sample - -# pbr generates these -AUTHORS -ChangeLog - -# Editors -*~ -.*.swp -.*sw? - -# Vagrant -.vagrant -vagrant/Vagrantfile.custom -vagrant/vagrantkey* - -# generated openrc -openrc diff --git a/.gitreview b/.gitreview deleted file mode 100644 index 04e9acae..00000000 --- a/.gitreview +++ /dev/null @@ -1,4 +0,0 @@ -[gerrit] -host=review.openstack.org -port=29418 -project=openstack/kolla-mesos.git diff --git a/.mailmap b/.mailmap deleted file mode 100644 index 516ae6fe..00000000 --- a/.mailmap +++ /dev/null @@ -1,3 +0,0 @@ -# Format is: -# -# diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index 6d83b3c4..00000000 --- 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 diff --git a/README.rst b/README.rst index c4a15e2e..abbe25c7 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +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". +previous commit with "git checkout a0ffda04aedf02fb2ed10218b87b4ed4eb5aa5f7". For an altnerative, consider the new development taking place at http://github.com/openstack/kolla related to kubernetes. WHile not