Thee are supposed to be mostly the same as gentoo, but we need to validate this. Having a vers scheme would make a lot of sense too in anycase
This file by @fabled https://git.alpinelinux.org/apk-tools/tree/tests/version.data contains all version tests from apk such as:
1.0 < 1.0bc # invalid. do string sort
0.1.0_alpha = 0.1.0_alpha
0.1.0_alpha < 0.1.3_alpha
0.1.3_alpha > 0.1.0_alpha
We should validate we pass all these tests too.
Thee are supposed to be mostly the same as gentoo, but we need to validate this. Having a vers scheme would make a lot of sense too in anycase
This file by @fabled https://git.alpinelinux.org/apk-tools/tree/tests/version.data contains all version tests from apk such as:
We should validate we pass all these tests too.