
Fixes Bug #976267. Include AUTHORS file in release package. The file is generated automatically from git. Handle different combination for mailmap records. Include test case to verify this fix. * MANIFEST.in Include AUTHORS file in release package. * .gitignore Add AUTHORS file. * quantum/openstack/common/setup.py generate_authors(): New method to create AUTHORS file. If AUTHORS.in file exists, append it's content to AUTHORS file. parse_mailmap(): Handle all mailmap combination while parsing. * setup.py Import the new method. Generate AUTHORS file before creating the package. * quantum/tests/unit/test_setup.py New test script to verify different combination of records in mailmap file. Change-Id: I220e8a20c96d37df3fa2ba0424e8372496e67895
29 lines
988 B
Plaintext
29 lines
988 B
Plaintext
include README LICENSE TESTING AUTHORS
|
|
include run_tests.py run_tests.sh
|
|
include .pylintrc
|
|
include openstack-common.conf
|
|
include bin/*
|
|
graft doc/*
|
|
include doc/Makefile doc/pom.xml
|
|
include etc/*
|
|
include etc/init.d/*
|
|
include etc/quantum/plugins/openvswitch/*.ini
|
|
include etc/quantum/plugins/cisco/*.ini
|
|
include etc/quantum/plugins/cisco/quantum.conf.ciscoext
|
|
include etc/quantum/plugins/linuxbridge/*.ini
|
|
include etc/quantum/plugins/nicira/*
|
|
include etc/quantum/plugins/ryu/*.ini
|
|
include quantum/plugins/*/README
|
|
include quantum/plugins/cisco/services/README
|
|
include quantum/plugins/nicira/nicira_nvp_plugin/*
|
|
include quantum/plugins/nicira/nicira_nvp_plugin/tests/*
|
|
include quantum/plugins/openvswitch/Makefile
|
|
include quantum/plugins/openvswitch/tests/unit/*.txt
|
|
include quantum/plugins/openvswitch/agent/xenserver_install.sh
|
|
include tools/build_debs.sh
|
|
include tools/clean.sh
|
|
include tools/pip-requires tools/test-requires
|
|
include tools/rfc.sh
|
|
include tools/with_venv.sh
|
|
include tox.ini
|