6c3d9c42cc
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. * .gitignore Add AUTHORS file. * keystone/openstack/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. * tests/test_authors.py Remove this test case. Change-Id: Id3ca59382e417d054d14f7735f30595bfbe2df48
24 lines
242 B
Plaintext
24 lines
242 B
Plaintext
*.pyc
|
|
*.swp
|
|
vendor
|
|
.ksl-venv
|
|
.venv
|
|
.tox
|
|
keystone.egg-info/
|
|
*.log
|
|
.coverage
|
|
covhtml
|
|
pep8.txt
|
|
nosetests.xml
|
|
*.db
|
|
doc/build
|
|
.DS_Store
|
|
doc/source/modules.rst
|
|
doc/source/keystone.*
|
|
ChangeLog
|
|
requirements.txt
|
|
AUTHORS
|
|
build/
|
|
dist/
|
|
etc/keystone.conf
|