Remove old traces of the oslo-incubator

There's no need to keep that around.

Change-Id: If1ee25645ed12cd81eef32a013022c89ea3cfd5f
This commit is contained in:
Julien Danjou 2015-08-31 18:21:24 +02:00
parent 8565a86050
commit 5c2f9d17de
6 changed files with 2 additions and 25 deletions

View File

@ -7,8 +7,6 @@ include HACKING.rst
include LICENSE
include ChangeLog
include babel.cfg tox.ini
include openstack-common.conf
include glance/openstack/common/README
include glance/db/sqlalchemy/migrate_repo/README
include glance/db/sqlalchemy/migrate_repo/migrate.cfg
include glance/db/sqlalchemy/migrate_repo/versions/*.sql

View File

@ -1,16 +0,0 @@
oslo-incubator
--------------
A number of modules from oslo-incubator are imported into this project.
You can clone the oslo-incubator repository using the following url:
git://git.openstack.org/openstack/oslo-incubator
These modules are "incubating" in oslo-incubator and are kept in sync
with the help of oslo-incubator's update.py script. See:
https://wiki.openstack.org/wiki/Oslo#Syncing_Code_from_Incubator
The copy of the code should never be directly modified here. Please
always update oslo-incubator first and then run the script to copy
the changes across.

View File

@ -1,4 +0,0 @@
[DEFAULT]
# The base module to hold the copy of openstack.common
base=glance

View File

@ -154,9 +154,8 @@ function run_tests {
if [ $coverage -eq 1 ]; then
echo "Generating coverage report in covhtml/"
# Don't compute coverage for common code, which is tested elsewhere
${wrapper} coverage combine
${wrapper} coverage html --include='glance/*' --omit='glance/openstack/common/*' -d covhtml -i
${wrapper} coverage html --include='glance/*' -d covhtml -i
fi
return $RESULT

View File

@ -77,7 +77,7 @@ commands = python setup.py build_sphinx
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
ignore = E711,E712,H404,H405
exclude = .venv,.git,.tox,dist,doc,etc,*glance/locale*,*openstack/common*,*lib/python*,*egg,build
exclude = .venv,.git,.tox,dist,doc,etc,*glance/locale*,*lib/python*,*egg,build
[hacking]
local-check-factory = glance.hacking.checks.factory