mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* release: Add support for processing ID_LIKE from os-release(5) This will allow us to handle distribution families better. Signed-off-by: Neal Gompa <ngompa13@gmail.com> * cmd: Adjust re-exec test to test based on distribution family By testing on the distribution family, we don't have to keep adding distribution IDs to disable re-exec where it won't work. Signed-off-by: Neal Gompa <ngompa13@gmail.com> * dirs: Adjust directory test to test based on distribution family By testing on the distribution family, we don't have to keep adding distribution IDs to deal with the directory path differences. Signed-off-by: Neal Gompa <ngompa13@gmail.com> * add new release.DistroLike() helper and tweak a bit