python-openstackclient/openstackclient
Bhuvan Arumugam 3c7350b3c9 Auto generate AUTHORS for python-openstackclient.
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.

* tests/test_authors.py
  Remove this test case.

* .gitignore
  Add AUTHORS file.

* openstackclient/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.

Change-Id: Ia5488a43f88e13a0fb1f7a5d8d10a576b9034dc8
2012-05-01 16:31:23 -07:00
..
common Add 'list service' command and common modules 2012-04-27 11:53:06 -05:00
compute Add openstack-common and test infrastructure. 2012-04-28 22:27:34 +00:00
identity Add 'list service' command and common modules 2012-04-27 11:53:06 -05:00
image Add openstackclient bits 2012-04-19 22:41:44 -05:00
openstack Auto generate AUTHORS for python-openstackclient. 2012-05-01 16:31:23 -07:00
__init__.py Add openstackclient bits 2012-04-19 22:41:44 -05:00
shell.py Shell init & logging 2012-05-01 15:04:26 -05:00