Cleanup refs to deleted files/dirs. (#68480)
* Remove deleted contrib dir from MANIFEST.in * Update package-data sanity test. Remove deleted files and directories. * Remove aws_config dirs.
This commit is contained in:
parent
0bf7a08eb6
commit
206896e9b2
2 changed files with 0 additions and 9 deletions
|
@ -32,7 +32,5 @@ recursive-include test/units *
|
||||||
include Makefile
|
include Makefile
|
||||||
include MANIFEST.in
|
include MANIFEST.in
|
||||||
include changelogs/CHANGELOG*.rst
|
include changelogs/CHANGELOG*.rst
|
||||||
include contrib/README.md
|
|
||||||
recursive-include contrib/inventory *.py *.ini *.yml *.yaml
|
|
||||||
recursive-include hacking/build_library *.py
|
recursive-include hacking/build_library *.py
|
||||||
include hacking/build-ansible.py
|
include hacking/build-ansible.py
|
||||||
|
|
|
@ -24,8 +24,6 @@ def assemble_files_to_ship(complete_file_list):
|
||||||
'.github/*',
|
'.github/*',
|
||||||
'.github/*/*',
|
'.github/*/*',
|
||||||
'changelogs/fragments/*',
|
'changelogs/fragments/*',
|
||||||
'hacking/aws_config/*',
|
|
||||||
'hacking/aws_config/*/*',
|
|
||||||
'hacking/shippable/*',
|
'hacking/shippable/*',
|
||||||
'hacking/tests/*',
|
'hacking/tests/*',
|
||||||
'hacking/ticket_stubs/*',
|
'hacking/ticket_stubs/*',
|
||||||
|
@ -35,10 +33,6 @@ def assemble_files_to_ship(complete_file_list):
|
||||||
'test/utils/*/*',
|
'test/utils/*/*',
|
||||||
'test/utils/*/*/*',
|
'test/utils/*/*/*',
|
||||||
'.git*',
|
'.git*',
|
||||||
# Consciously left out
|
|
||||||
'examples/playbooks/*',
|
|
||||||
# Possibly should be included
|
|
||||||
'contrib/vault/*',
|
|
||||||
)
|
)
|
||||||
ignore_files = frozenset((
|
ignore_files = frozenset((
|
||||||
# Developer-only tools
|
# Developer-only tools
|
||||||
|
@ -70,7 +64,6 @@ def assemble_files_to_ship(complete_file_list):
|
||||||
'hacking/env-setup.fish',
|
'hacking/env-setup.fish',
|
||||||
'CODING_GUIDELINES.md',
|
'CODING_GUIDELINES.md',
|
||||||
'MANIFEST',
|
'MANIFEST',
|
||||||
'MODULE_GUIDELINES.md',
|
|
||||||
))
|
))
|
||||||
|
|
||||||
# These files are generated and then intentionally added to the sdist
|
# These files are generated and then intentionally added to the sdist
|
||||||
|
|
Loading…
Reference in a new issue