# HG changeset patch # User drewp@bigasterisk.com # Date 1691096617 25200 # Node ID adb34a04ca437bc078488cb646d6b0c3fee3fd26 # Parent b1e897c9e5c3fd4275d4cb411c8c3d60a0331050 note diff -r b1e897c9e5c3 -r adb34a04ca43 apt.py --- a/apt.py Sun Jul 30 21:56:01 2023 -0700 +++ b/apt.py Thu Aug 03 14:03:37 2023 -0700 @@ -31,6 +31,9 @@ # this contaminates the apt-update files.file(path="/etc/apt/trusted.gpg.d/podman.asc", present=False) + # also these + #-rw-r--r-- 1 root root 2794 Mar 26 2021 /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg + #-rw-r--r-- 1 root root 1733 Mar 26 2021 /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg dir = Path('/etc/apt/sources.list.d')