From 175c2a74c557f3148d4046ff8af0467a01c37df8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 2 Jun 2016 08:10:18 +0200 Subject: Remove dot files as well Remove all of the files except the README - including dot files - for retiring of the repo. For details, see: http://docs.openstack.org/infra/manual/drivers.html#remove-project-content Also, update README.rst for this so that the checkout instructions are correct. Change-Id: I7411e4ebcaa9f55869a4976d8ca6801ed6a3290a --- .coveragerc | 6 ------ .gitignore | 23 ----------------------- .gitreview | 4 ---- .mailmap | 7 ------- .testr.conf | 10 ---------- README.rst | 4 ++-- 6 files changed, 2 insertions(+), 52 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 46232978..00000000 --- a/.coveragerc +++ /dev/null @@ -1,6 +0,0 @@ -[run] -branch = True -source = openstack - -[report] -ignore_errors = True diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d3687e6d..00000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -*~ -*.swp -*.pyc -*.log -.coverage -.venv -.tox -cover/ -openstack.common.egg-info/ -.openstack-common-venv/ -skeleton.egg-info/ -build/ -dist/ -doc/source/api -AUTHORS -.update-venv/ -ChangeLog -openstack/versioninfo -*.egg -.testrepository/ -.project -.pydevproject -etc/openstack.conf.sample diff --git a/.gitreview b/.gitreview deleted file mode 100644 index 250727fb..00000000 --- a/.gitreview +++ /dev/null @@ -1,4 +0,0 @@ -[gerrit] -host=review.openstack.org -port=29418 -project=openstack/oslo-incubator.git diff --git a/.mailmap b/.mailmap deleted file mode 100644 index 8361adc2..00000000 --- a/.mailmap +++ /dev/null @@ -1,7 +0,0 @@ -# Format is: -# -# -Joe Gordon - -Zhongyue Luo - diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index 072d4732..00000000 --- a/.testr.conf +++ /dev/null @@ -1,10 +0,0 @@ -[DEFAULT] -test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ - OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ - OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \ - OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ - OS_DEBUG=${OS_DEBUG:-0} \ - ${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 4747a2e6..aba78b2c 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ 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". +repository before it reached its end of life, please check out a +previous commit with "git checkout HEAD^2". For an alternative project, please see oslo.tools at http://git.openstack.org/cgit/openstack/oslo.tools -- cgit v1.2.1