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

[WIP] Add a Dep closure script. #270

Closed
wants to merge 1 commit into from

Conversation

abadger
Copy link
Contributor

@abadger abadger commented Mar 30, 2021

This checks whether a set of collections contain all of their own
depoendencies. The intention is that this can be run on the ansible
package to tell if there are any missing collections or conflicting
collection versions in the package.

Fixes #268

TODO

  • Make the check a subcommand of antsibull-lint so people can run it on their arbitrary set of collections.
  • Extract the checking code so that we can run it as part of antsibull-build as well
  • As part of antsibull-build, generate warnings if there are dependency errors
  • Enhance the nightly build to notify if the warnings are being triggered

This checks whether a set of collections contain all of their own
depoendencies.  The intention is that this can be run on the ansible
package to tell if there are any missing collections or conflicting
collection versions in the package.

Fixes ansible-community#268
@abadger
Copy link
Contributor Author

abadger commented Mar 30, 2021

If someone else wants to take this over, that would be fine. I just had some free time to get started on it.

I've asked @felixfontein for an opnion on whether we should integrate this into antsibull-lint or leave it as its own script.

@felixfontein
Copy link
Collaborator

I rebased this commit and converted it to an antsibull-build subcommand in #416.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script to check for dep closure
2 participants