summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-06-02 08:10:18 +0200
committerAndreas Jaeger <aj@suse.com>2016-06-02 08:17:29 +0200
commit175c2a74c557f3148d4046ff8af0467a01c37df8 (patch)
tree43f603ea2a9fe52338507c70b8a27644acbdf2d8
parentda39dc5f1c682d95241edfe2af80e836c2d09ebb (diff)
downloadoslo-incubator-175c2a74c557f3148d4046ff8af0467a01c37df8.tar.gz
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
-rw-r--r--.coveragerc6
-rw-r--r--.gitignore23
-rw-r--r--.gitreview4
-rw-r--r--.mailmap7
-rw-r--r--.testr.conf10
-rw-r--r--README.rst4
6 files changed, 2 insertions, 52 deletions
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:
-# <preferred e-mail> <other e-mail 1>
-# <preferred e-mail> <other e-mail 2>
-Joe Gordon <joe.gordon0@gmail.com> <jogo@cloudscaling.com>
-<morgan.fainberg@gmail.com> <m@metacloud.com>
-Zhongyue Luo <zhongyue.nah@intel.com> <lzyeval@gmail.com>
-<yufang521247@gmail.com> <zhangyufang@360.cn>
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