layerindex-web/rrs/tools
Paul Eggleton 9561cce55e RRS: do not ignore non-numeric characters in versions
The regex we were using here explicitly only matched numeric characters
in version numbers - presumably the assumption was that any non-numeric
characters were not significant. However, for upstream projects such as
OpenSSL and BIND for example, alphabetic characters are an explicit part
of the version number, so if we ignore them then we miss detecting most
of the upgrades. Fix the regex so that that doesn't happen.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2019-11-21 02:51:30 +13:00
..
common.py RRS: do not ignore non-numeric characters in versions 2019-11-21 02:51:30 +13:00
daily_run.sh rrs/tools/daily_run.sh: don't reload when updating 2018-09-06 11:08:43 +12:00
dump_upgrades.py RRS: enable grouping recipe upgrades by license 2019-11-21 02:51:30 +13:00
historytool.py RRS: add tool to import/export upstream history data 2019-02-14 10:05:53 +13:00
rrs_distros.py Use try...finally or with to ensure files get closed 2019-02-14 10:05:53 +13:00
rrs_maintainer_history.py RRS: collect history independent of current recipes 2019-11-21 02:27:39 +13:00
rrs_upgrade_history.py RRS: avoid historical parsing bug in bitbake 2019-11-21 02:27:39 +13:00
rrs_upstream_email.py Use shell=False where possible with utils.runcmd() 2019-07-17 11:31:01 +12:00
rrs_upstream_history.py RRS: collect history independent of current recipes 2019-11-21 02:27:39 +13:00
upgrade_history_internal.py RRS: Handle two versions added on same day then later one deleted 2019-11-21 02:51:30 +13:00