summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBhuvan Arumugam <bhuvan@apache.org>2012-05-04 21:43:43 -0700
committerBhuvan Arumugam <bhuvan@apache.org>2012-05-04 21:46:32 -0700
commitf60c1cf4d4b4b75f9ce55cccab8a6f202761da5d (patch)
treeca25309981e6ad6677dc424b26e160cf2e5f7c4d /.gitignore
parente9ba370434537bcf1e53266e24397311d595b71e (diff)
downloadpython-keystoneclient-f60c1cf4d4b4b75f9ce55cccab8a6f202761da5d.tar.gz
Auto generate AUTHORS for python-keystoneclient.
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. * keystoneclient/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. Generate AUTHORS file before creating the package. * openstack-common.conf Add config file to copy libraries from openstack-common project, using update.py script. * keystoneclient/openstack/__init__.py * keystoneclient/openstack/common/__init__.py Add new placeholders. Change-Id: I1a17ee8f1e19e8ad522f0d2e37c04fffba5e16cb
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 097d208..f9038bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ cover
.idea
*.swp
*~
+AUTHORS
build
dist
python_keystoneclient.egg-info