gluon-packages/admin/autoupdater
Matthias Schiffer 30be52e03b
autoupdater: consider end of string smaller than all characters except for '~'
This fixes ordering for the following patterns:

* 1.0 < 1.0a
* 1.0a < 1.0ab
* 1.0a < 1.0a1

Note that trailing zeros are still ignored (1.0 == 1., 1test0 == 1test),
which matches the behaviour of dpkg and opkg.
2018-12-18 23:16:17 +01:00
..
files autoupdater: new implementation 2018-01-13 00:22:27 +01:00
src autoupdater: consider end of string smaller than all characters except for '~' 2018-12-18 23:16:17 +01:00
Makefile treewide: remove redundant definitions from package Makefiles 2018-03-07 20:51:48 +01:00
README.md autoupdater: remove outdated list of hardware (#145) 2016-08-13 15:39:16 +02:00
manifest.sample autoupdater: new implementation 2018-01-13 00:22:27 +01:00

README.md