Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup refs to deleted files/dirs. #68480

Merged
merged 3 commits into from Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions MANIFEST.in
Expand Up @@ -32,7 +32,5 @@ recursive-include test/units *
include Makefile
include MANIFEST.in
include changelogs/CHANGELOG*.rst
include contrib/README.md
recursive-include contrib/inventory *.py *.ini *.yml *.yaml
recursive-include hacking/build_library *.py
include hacking/build-ansible.py
7 changes: 0 additions & 7 deletions test/sanity/code-smell/package-data.py
Expand Up @@ -24,8 +24,6 @@ def assemble_files_to_ship(complete_file_list):
'.github/*',
'.github/*/*',
'changelogs/fragments/*',
'hacking/aws_config/*',
'hacking/aws_config/*/*',
'hacking/shippable/*',
'hacking/tests/*',
'hacking/ticket_stubs/*',
Expand All @@ -35,10 +33,6 @@ def assemble_files_to_ship(complete_file_list):
'test/utils/*/*',
'test/utils/*/*/*',
'.git*',
# Consciously left out
'examples/playbooks/*',
# Possibly should be included
'contrib/vault/*',
)
ignore_files = frozenset((
# Developer-only tools
Expand Down Expand Up @@ -70,7 +64,6 @@ def assemble_files_to_ship(complete_file_list):
'hacking/env-setup.fish',
'CODING_GUIDELINES.md',
'MANIFEST',
'MODULE_GUIDELINES.md',
))

# These files are generated and then intentionally added to the sdist
Expand Down