ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

Add 'zip' as a supported extension #632

Closed MikeFultonDev closed 6 months ago

MikeFultonDev commented 6 months ago

Changed two parts of the code - one where it checked for valid extensions and one where it now runs unzip instead of tar to unzip a zip file, if that is what is downloaded.

This is required for a new port I have started - groovy - which has it's binary stable builds saved as .zip on artifactory.

MikeFultonDev commented 6 months ago

I ran the metaport tests against this code and verified it worked (as an aside, I uncovered a bug in my code with the metaport test, so that was very useful!)