diff options
author | Matt Clay <mclay@redhat.com> | 2020-03-26 03:10:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 03:10:27 +0100 |
commit | 206896e9b220a8999e050c5bf3e0f68f81119e04 (patch) | |
tree | 00b1415bc4a23be1c5b4d0372e788a67d3ce1c2f /test/sanity | |
parent | Remove hacking/aws_config (diff) | |
download | ansible-206896e9b220a8999e050c5bf3e0f68f81119e04.tar.xz ansible-206896e9b220a8999e050c5bf3e0f68f81119e04.zip |
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.
Diffstat (limited to 'test/sanity')
-rwxr-xr-x | test/sanity/code-smell/package-data.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/sanity/code-smell/package-data.py b/test/sanity/code-smell/package-data.py index 18de076043..c408ecb64d 100755 --- a/test/sanity/code-smell/package-data.py +++ b/test/sanity/code-smell/package-data.py @@ -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/*', @@ -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 @@ -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 |