-
Notifications
You must be signed in to change notification settings - Fork 7
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
Please remove releases/ directory from collection artifacts! #25
Comments
Right now the latest release tarball is 7.1 MB - where almost all of that size comes from the releases/ subdirectory included in it. The cisco-ucs-1.6.0.tar.gz file in there is 3.6 MB, the cisco-ucs-1.5.0.tar.gz file 1.8 MB, the cisco-ucs-1.4.0.tar.gz file 429 KB. I guess that 1.5.0 package includes the tarballs for versions 1.4.0 and below, and the 1.6.0 tarball contains the tarballs for 1.5.0 and below. This is really unacceptable. You really have to fix this! @movinalot you seem to be the main committer here. Please fix this! |
CC @dsoper2 |
Thanks! I can confirm that the latest tarball is back to ~430 KB. |
The collection artifact (https://galaxy.ansible.com/download/cisco-ucs-1.6.0.tar.gz) contains a directory releases/ which contains tarballs of all previous releases. This are 3.2 MB of unnecessary data. Please make sure this is not included in future releases (you can use
build_ignore:
ingalaxy.yml
for that) and create new release that does not contain this directory.CC @sivel @abadger
The text was updated successfully, but these errors were encountered: