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

Support source URL type git+https #105

Open joshuap-cfy opened 7 years ago

joshuap-cfy commented 7 years ago

[jp@cfy-ctrl wagons]$ wagon create git+https://github.com/Cloudify-PS/cloudify-versa-plugin.git 2017-01-31 17:31:58,896 - wagon - INFO - Creating archive for git+https://github.com/Cloudify-PS/cloudify-versa-plugin.git... Source URL type git+https is not supported GitHub Cloudify-PS/cloudify-versa-plugin Contribute to cloudify-versa-plugin development by creating an account on GitHub.

nir0s commented 7 years ago

I guess we could convert this to the explicit tar.gz URL and use it. Cloning would be a waste.

nir0s commented 7 years ago

This somewhat addresses this:

https://github.com/cloudify-cosmo/wagon/tree/Allow-to-use-git%2Bhttps-as-schema

You can try it out. I haven't tested or finalized the implementation and there must be some edge cases I haven't addressed, but it should work.