Code review comment for ~bladernr/plainbox-provider-checkbox:fix-efi-boot-test

Revision history for this message
Jeff Lane  (bladernr) wrote :

Good points on both. I changed the version check behaviour. Was really hoping for something programatic like doing deb package version checks, but AFAIK, none such exists.

So the cleanest thing is to just grab the year from each release, cast that to an int and do a straight forward int compare, since ultimately, we only care that the release is newer than 2016 anyway.

« Back to merge proposal