feat: small update and minor fixes.
This commit is contained in:
parent
ff849b9f09
commit
1df176cf7b
11 changed files with 18 additions and 22 deletions
|
|
@ -10,11 +10,12 @@ brave
|
|||
chrome
|
||||
element-desktop
|
||||
epiphany
|
||||
firefox
|
||||
flatpak
|
||||
nautilus
|
||||
opera
|
||||
plasmashell
|
||||
slirp4netns
|
||||
systemd-coredump
|
||||
thunderbird
|
||||
virtiofsd
|
||||
firefox
|
||||
|
|
|
|||
|
|
@ -77,8 +77,7 @@ build_in_docker_dpkg() {
|
|||
else
|
||||
docker pull "$BASEIMAGE/$dist"
|
||||
docker run -tid --name "$img" --volume "$VOLUME:$BUILDIR" \
|
||||
--env DEBIAN_FRONTEND=noninteractive --env DISTRIBUTION="$target" \
|
||||
"$BASEIMAGE/$dist"
|
||||
--env DISTRIBUTION="$target" "$BASEIMAGE/$dist"
|
||||
docker exec "$img" sudo apt-get update -q
|
||||
docker exec "$img" sudo apt-get install -y config-package-dev rsync
|
||||
[[ "$COMMAND" == debian ]] && aptopt=(-t bookworm-backports)
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ pacman-hook-gio complain
|
|||
pacman-hook-gtk complain
|
||||
pacman-hook-mkinitcpio attach_disconnected,complain
|
||||
pacman-hook-perl complain
|
||||
pacman-hook-systemd complain
|
||||
pacman-hook-systemd attach_disconnected,complain
|
||||
pacman-key complain
|
||||
|
|
|
|||
|
|
@ -49,21 +49,18 @@ baloorunner complain
|
|||
busctl complain
|
||||
cc-remote-login-helper complain
|
||||
cctk complain
|
||||
cfdisk complain
|
||||
cgdisk complain
|
||||
child-open complain
|
||||
chronyd attach_disconnected,complain
|
||||
cockpit-askpass complain
|
||||
cockpit-bridge complain
|
||||
cockpit-certificate-ensure complain
|
||||
cockpit-certificate-ensure attach_disconnected,complain
|
||||
cockpit-certificate-helper complain
|
||||
cockpit-desktop complain
|
||||
cockpit-session attach_disconnected,complain
|
||||
cockpit-ssh complain
|
||||
cockpit-tls complain
|
||||
cockpit-tls attach_disconnected,complain
|
||||
cockpit-ws complain
|
||||
cockpit-wsinstance-factory complain
|
||||
code complain
|
||||
containerd-shim-runc-v2 attach_disconnected,complain
|
||||
ctop complain
|
||||
cups-backend-beh complain
|
||||
|
|
@ -120,12 +117,10 @@ flatpak-validate-icon complain
|
|||
fuse-overlayfs complain
|
||||
fusermount complain
|
||||
gcr-ssh-agent complain
|
||||
gdisk complain
|
||||
gdm-generate-config complain
|
||||
gdm-runtime-config complain
|
||||
gdm-x-session attach_disconnected,complain
|
||||
gdm-xsession complain
|
||||
glib-compile-resources complain
|
||||
gmenudbusmenuproxy complain
|
||||
gnome-browser-connector-host complain
|
||||
gnome-characters complain
|
||||
|
|
@ -228,6 +223,7 @@ locale-gen complain
|
|||
localectl complain
|
||||
login attach_disconnected,complain
|
||||
loginctl complain
|
||||
loupe attach_disconnected,complain
|
||||
low-memory-monitor attach_disconnected,complain
|
||||
lvm attach_disconnected,complain
|
||||
lvmconfig complain
|
||||
|
|
@ -400,7 +396,6 @@ update-grub complain
|
|||
update-secureboot-policy complain
|
||||
userdbctl complain
|
||||
utempter attach_disconnected,complain
|
||||
uuidd complain
|
||||
virt-manager attach_disconnected,complain
|
||||
virtinterfaced attach_disconnected,complain
|
||||
virtiofsd complain,attach_disconnected
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Common ignore file for all distributions
|
||||
# One ignore by line. Can be a profile name or a directory to ignore
|
||||
# File format: one ignore by line, it can be a profile name or a directory to ignore
|
||||
|
||||
# Contains profiles and configuration for full system confinement, only included
|
||||
# when built with 'make full'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue