-
Notifications
You must be signed in to change notification settings - Fork 44
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
Collection Artifacts contain errant files #148
Comments
@sivel How do I tell the collection to not have the files which shouldn't be there? |
In Ansible 2.10 you can use Otherwise, you may want to consider having a separate clean directory where you build the artifacts, separate of where you do your development. Potentially even building and publishing via CI. |
@sivel Could you take a look at #149 and let me know if it, at least at a glance, covers everything it should. Here's what I'm seeing when I extract a new tarball.
|
That looks good. Thanks for the help. As of now the ansible-2.10.0a3 package contained the full venv referenced before. I honestly don't know what the expectation is about delivering the tests too, but I'm fine with it this way. |
@sivel Do I need this as part of master to be picked up by your work? |
@kbreit I am not specifically doing anything. It was completely accidental that I ran across this. Until this is used to build the collection artifact, the Ansible 2.10 release will contain your virtualenv. I am not part of the team that owns that process, but I did make them aware of this. |
I will release a new 1.3.2 version today to remedy this. Thank you. |
I released v1.3.2. yesterday and that should have the files removed. If there are files in the package which shouldn't be there, let me know. |
It appears as though the collection generated from this repo contains a full python virtual environment, as well as many other files that shouldn't be included in the build.
Some other examples:
.vscode/settings.json
tests/output/junit/meraki_site_to_site_vpn-tbo31dqq-1585418559.9924767.xml
.DS_Store
See the attached file for a full list.
cisco.meraki.txt
The text was updated successfully, but these errors were encountered: