75d03a575b
keystone/tests/tmp is missing in the sdist tarballs, so we need to not only create keystone/tests/tmp/<pid> but also the parent directory. Use os.makedirs for that. Change-Id: I2f97bee517297b9fa239183c23ad1dfa52505bc9 Closes-Bug: #1296862
24 lines
507 B
Plaintext
24 lines
507 B
Plaintext
include AUTHORS
|
|
include babel.cfg
|
|
include ChangeLog
|
|
include CONTRIBUTING.txt
|
|
include LICENSE
|
|
include HACKING.rst
|
|
include README.rst
|
|
include openstack-common.conf
|
|
include run_tests.py
|
|
include run_tests.sh
|
|
include setup.cfg
|
|
include setup.py
|
|
include TODO
|
|
include tox.ini
|
|
include etc/*
|
|
include httpd/*
|
|
graft bin
|
|
graft doc
|
|
graft keystone/tests
|
|
graft tools
|
|
graft examples
|
|
recursive-include keystone *.json *.xml *.cfg *.pem README *.po *.pot *.sql
|
|
global-exclude *.pyc *.sdx *.log *.db *.swp keystone/tests/tmp/*
|