Skip to content

Fix package managers

Yoann Gauthier-Colin requested to merge fix-pkg-mgrs into main

Fix the way to always install some distro specifics packages in vars/ files and use those lists in addition to the global profiles.all.packages list :

  • locales for Debian like distros
  • eselect-repository for Gentoo like distros

Fix the package managers cache expiration detection :

  • add a detection for the age of the ArchLinux keyring
  • use /var/cache/apt/pkgcache.bin instead of /var/cache/gwsys for Debian like distros
Edited by Yoann Gauthier-Colin

Merge request reports