ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

Reliable content version compares and sorts #56

Closed chouseknecht closed 6 years ago

chouseknecht commented 6 years ago

There are lots of situations where the CLI does or will perform version comparison. We have a similar situation on the server side as well. In both cases we need to reliably sort versions, or compare two versions, and make decisions.

To close this issue, we need the following:

alikins commented 6 years ago

See https://github.com/ansible/mazer/pull/87

alikins commented 6 years ago

Closed with https://github.com/ansible/mazer/commit/cc137ad474812e9ca80cca690969cbb7dab88bc0 when https://github.com/ansible/mazer/pull/87 was merged.