Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

aktualizr-lite: Fix logic for finding latest version #1247

Merged
merged 3 commits into from
Jul 8, 2019

Commits on Jul 1, 2019

  1. aktualizr-lite: Fix logic for finding latest version

    You can't assume the targets will be ordered latest->oldest. This
    creates a version comparison helper that tries its best to compare
    things based on the glibc function:
    
     http://man7.org/linux/man-pages/man3/strverscmp.3.html
    
    Signed-off-by: Andy Doan <andy@foundries.io>
    doanac committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    546c832 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. CI fixes

    Signed-off-by: Andy Doan <andy@foundries.io>
    doanac committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    a147eb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. CI fix for clang-tidy

    Signed-off-by: Andy Doan <andy@foundries.io>
    doanac committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    fa61e11 View commit details
    Browse the repository at this point in the history