f4ce37b9c2
Bug: 976267 Now that git commits are gated by CLA, we shouldn't enforce committers to add an entry in AUTHORS file. The AUTHORS file should be generated automatically, based on git commits. This commit fixes the problem. * Authors Remove this file. To be consistent with other projects, the new file AUTHORS is generated automatically. * .gitignore Add AUTHORS file. * glance/common/setup.py generate_authors(): New method to create AUTHORS file. If AUTHORS.in file exists, append it's content to AUTHORS file. * setup.py Import the new method. local_sdist.run(): Generate AUTHORS file before creating the package. * MANIFEST.in s/Authors/AUTHORS * glance/tests/unit/test_misc.py AuthorsTestCase: Remove this class that test an entry in Authors file. parse_mailmap(), str_dict_replace(): Remove these methods. Change-Id: If83c3fe9b2142342ac11cc019bc24926f52ee753
20 lines
549 B
Plaintext
20 lines
549 B
Plaintext
include run_tests.sh ChangeLog
|
|
include README.rst builddeb.sh
|
|
include MANIFEST.in pylintrc
|
|
include AUTHORS
|
|
include run_tests.py
|
|
include HACKING.rst
|
|
include LICENSE
|
|
include babel.cfg tox.ini
|
|
include glance/locale/glance.pot
|
|
include glance/registry/db/migrate_repo/README
|
|
include glance/registry/db/migrate_repo/migrate.cfg
|
|
include glance/registry/db/migrate_repo/versions/*.sql
|
|
include glance/tests/unit/test_migrations.conf
|
|
include glance/tests/functional/data/*
|
|
include glance/tests/etc/*
|
|
include glance/tests/var/*
|
|
graft doc
|
|
graft etc
|
|
graft tools
|