| Age | Commit message (Collapse) | Author | Files | Lines |
|
The reboot also makes the testing quite unstable, and they don't have a
lot of added benefits, removing them for now
|
|
|
|
|
|
Since it can cause problems (following the archlinux wiki
recommendations) we keep the handling of that in the network role and
ignore idempotence testing failures in other roles too
|
|
|
|
|
|
This separate the setup of fonts from the setting of fonts
The role setup the fonts to be used
The other dependant roles configure which font from there to be used
This is more complicated but cleaner separation between each role
responsibilities
|
|
This disables install_recommends and revert to using specific gnome
packages that are needed/necessary for functioning
|
|
|
|
Gnome installs avahi-daemon, and keeps reinstalling it
Remove the ubuntu specific tasks and install the packages with
recommendations (as we are removing the avahi-daemon afterwords to make
the network manager stable and idempotent)
|
|
The recommended debian/ubuntu install of gnome pulls avahi-daemon and
that could potentially conflicts with NetworkManager.
Therefore resorting to more restrictive approach for installing gnome
|
|
|
|
It seems that the gnome packages are complicated and might have postinst
scripts that causes the system state to change/correct...
For this, we just ignore it from the idempotent test
|
|
The gnome on archlinux was lacking polkit and it's configuration and was
failing to install any application from the gnome store
|
|
Instead of using ubuntu version which isn't great, I prefer using the
minimal gnome
|
|
|