Extend comps-sync more, add font packages
`comps-sync.py` now has support for explicitly syncing *from* the workstation comps. In order to do this sanely though, we need a "blacklist" of things we don't want to sync. There are a few issues here: - desktop applications - dubious CLI apps - dnf - dubious misc things: e.g. `tcp_wrappers`, `crontabs` - arch-specific bits (not handled right now)
This commit is contained in:
parent
934f667b6c
commit
d0b52b1f19
3 changed files with 118 additions and 3 deletions
|
@ -15,6 +15,7 @@
|
|||
"NetworkManager-wwan",
|
||||
"PackageKit-gstreamer-plugin",
|
||||
"aajohan-comfortaa-fonts",
|
||||
"abattis-cantarell-fonts",
|
||||
"adobe-source-han-sans-cn-fonts",
|
||||
"adobe-source-han-sans-tw-fonts",
|
||||
"adwaita-qt4",
|
||||
|
@ -46,6 +47,7 @@
|
|||
"cheese",
|
||||
"chrony",
|
||||
"cifs-utils",
|
||||
"colord",
|
||||
"control-center",
|
||||
"coreutils",
|
||||
"cryptsetup",
|
||||
|
@ -56,10 +58,13 @@
|
|||
"dejavu-sans-mono-fonts",
|
||||
"dejavu-serif-fonts",
|
||||
"device-mapper-multipath",
|
||||
"dhcp-client",
|
||||
"dmraid",
|
||||
"dnsmasq",
|
||||
"dos2unix",
|
||||
"dracut-config-generic",
|
||||
"dracut-network",
|
||||
"e2fsprogs",
|
||||
"ebtables",
|
||||
"efibootmgr",
|
||||
"eog",
|
||||
|
@ -70,6 +75,7 @@
|
|||
"fedora-release-workstation",
|
||||
"fedora-user-agent-chrome",
|
||||
"file-roller",
|
||||
"filesystem",
|
||||
"firefox",
|
||||
"firewalld",
|
||||
"foomatic",
|
||||
|
@ -82,6 +88,7 @@
|
|||
"glib-networking",
|
||||
"glibc",
|
||||
"glibc-all-langpacks",
|
||||
"glx-utils",
|
||||
"gnome-backgrounds",
|
||||
"gnome-bluetooth",
|
||||
"gnome-boxes",
|
||||
|
@ -114,13 +121,26 @@
|
|||
"gnu-free-sans-fonts",
|
||||
"gnu-free-serif-fonts",
|
||||
"gnupg2",
|
||||
"google-noto-emoji-color-fonts",
|
||||
"google-noto-emoji-fonts",
|
||||
"google-noto-sans-jp-fonts",
|
||||
"google-noto-sans-kr-fonts",
|
||||
"google-noto-sans-lisu-fonts",
|
||||
"google-noto-sans-mandaic-fonts",
|
||||
"google-noto-sans-meetei-mayek-fonts",
|
||||
"google-noto-sans-mono-cjk-jp-fonts",
|
||||
"google-noto-sans-mono-cjk-kr-fonts",
|
||||
"google-noto-sans-mono-cjk-sc-fonts",
|
||||
"google-noto-sans-mono-cjk-tc-fonts",
|
||||
"google-noto-sans-sc-fonts",
|
||||
"google-noto-sans-tagalog-fonts",
|
||||
"google-noto-sans-tai-tham-fonts",
|
||||
"google-noto-sans-tai-viet-fonts",
|
||||
"google-noto-sans-tc-fonts",
|
||||
"google-noto-serif-jp-fonts",
|
||||
"google-noto-serif-kr-fonts",
|
||||
"google-noto-serif-sc-fonts",
|
||||
"google-noto-serif-tc-fonts",
|
||||
"gutenprint",
|
||||
"gutenprint-cups",
|
||||
"gvfs-afc",
|
||||
|
@ -149,6 +169,7 @@
|
|||
"ibus-typing-booster",
|
||||
"initscripts",
|
||||
"iproute",
|
||||
"iptables",
|
||||
"iptstate",
|
||||
"iputils",
|
||||
"ipw2100-firmware",
|
||||
|
@ -170,6 +191,7 @@
|
|||
"iwl6050-firmware",
|
||||
"iwl7260-firmware",
|
||||
"jomolhari-fonts",
|
||||
"julietaula-montserrat-fonts",
|
||||
"jwhois",
|
||||
"kbd",
|
||||
"kernel",
|
||||
|
@ -178,10 +200,14 @@
|
|||
"less",
|
||||
"libcanberra-gtk2",
|
||||
"libcanberra-gtk3",
|
||||
"liberation-mono-fonts",
|
||||
"liberation-sans-fonts",
|
||||
"liberation-serif-fonts",
|
||||
"libertas-usb8388-firmware",
|
||||
"libproxy-mozjs",
|
||||
"libvirt-client",
|
||||
"libvirt-daemon-kvm",
|
||||
"lklug-fonts",
|
||||
"logrotate",
|
||||
"lohit-assamese-fonts",
|
||||
"lohit-bengali-fonts",
|
||||
|
@ -239,6 +265,7 @@
|
|||
"rng-tools",
|
||||
"rootfiles",
|
||||
"rp-pppoe",
|
||||
"rpm",
|
||||
"rsync",
|
||||
"rygel",
|
||||
"samba-client",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue