Skip to content
  • Hugo Lefeuvre's avatar
    packaging: fix issues with oci on Linux Mint · f737fa7b
    Hugo Lefeuvre authored and Adrien Béraud's avatar Adrien Béraud committed
    ring-all automatically registers
    
    dl.ring.cx/ring-nightly/{id}_{version_id}
    
    (id and version_id from os-release) as a trusted source. This is
    perfectly fine as long as the package is installed on an officially
    supported system, but if the package is installed on an unsupported
    system (e.g. Linux Mint) the installed source will be wrong even if
    even if the package is expected to work.
    
    This patch addresses this issue by adding if else if else statements
    handling all possible cases. This is not as pretty as before but it
    makes sure we handle all cases properly.
    
    Change-Id: I25167e013c56b212f7d59275419921cd0732de17
    Gitlab: #490
    f737fa7b