Remove old traces of the oslo-incubator
There's no need to keep that around. Change-Id: If1ee25645ed12cd81eef32a013022c89ea3cfd5f
This commit is contained in:
@@ -7,8 +7,6 @@ include HACKING.rst
|
|||||||
include LICENSE
|
include LICENSE
|
||||||
include ChangeLog
|
include ChangeLog
|
||||||
include babel.cfg tox.ini
|
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/README
|
||||||
include glance/db/sqlalchemy/migrate_repo/migrate.cfg
|
include glance/db/sqlalchemy/migrate_repo/migrate.cfg
|
||||||
include glance/db/sqlalchemy/migrate_repo/versions/*.sql
|
include glance/db/sqlalchemy/migrate_repo/versions/*.sql
|
||||||
|
@@ -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.
|
|
@@ -1,4 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
|
|
||||||
# The base module to hold the copy of openstack.common
|
|
||||||
base=glance
|
|
@@ -154,9 +154,8 @@ function run_tests {
|
|||||||
|
|
||||||
if [ $coverage -eq 1 ]; then
|
if [ $coverage -eq 1 ]; then
|
||||||
echo "Generating coverage report in covhtml/"
|
echo "Generating coverage report in covhtml/"
|
||||||
# Don't compute coverage for common code, which is tested elsewhere
|
|
||||||
${wrapper} coverage combine
|
${wrapper} coverage combine
|
||||||
${wrapper} coverage html --include='glance/*' --omit='glance/openstack/common/*' -d covhtml -i
|
${wrapper} coverage html --include='glance/*' -d covhtml -i
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return $RESULT
|
return $RESULT
|
||||||
|
2
tox.ini
2
tox.ini
@@ -77,7 +77,7 @@ commands = python setup.py build_sphinx
|
|||||||
# H404 multi line docstring should start with a summary
|
# H404 multi line docstring should start with a summary
|
||||||
# H405 multi line docstring summary not separated with an empty line
|
# H405 multi line docstring summary not separated with an empty line
|
||||||
ignore = E711,E712,H404,H405
|
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]
|
[hacking]
|
||||||
local-check-factory = glance.hacking.checks.factory
|
local-check-factory = glance.hacking.checks.factory
|
||||||
|
Reference in New Issue
Block a user