-
Notifications
You must be signed in to change notification settings - Fork 20
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
unable to download cookbooks with nonstandard versioning conventions #52
Comments
Thats interesting. Will have to investigate, thank you. Is the Erlang cookbook the onnly one you have had this issue with @borgified ?? |
actually there are more.. theres all sorts of versioning conventions present that apparently dont follow that semver.org regexp
it's not supercritical for me, i just noticed that these didnt work (the vast majority of cookbooks have sane versioning) the last two.. i think it interprets them as 1.2.2 and 1.2.0. i guess it should treat them as strings to preserve the leading 0? then again, it's clunky to do logic with them to check for <, >, etc. |
@borgified Awesome, thank you. This is something we have not run into on our deployment of this yet. |
how to reproduce problem:
this is the inventory file:
this particular version actually does exist:
https://supermarket.chef.io/cookbooks/erlang/versions/2.1
also it seems to get confused with this type of versioning:
https://supermarket.chef.io/cookbooks/apache_vhosts/versions/20140110
The text was updated successfully, but these errors were encountered: