cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Allow to add the build-tag tag to the archive name #123

Closed nir0s closed 6 years ago

nir0s commented 6 years ago

Resolves #121 This adds support for providing a {{ build_tag }} to the wagon via the --build-tag flag. It also fixes tests by proposing the fix for another issue (https://github.com/cloudify-cosmo/wagon/issues/120), already fixes in https://github.com/cloudify-cosmo/wagon/pull/122.