]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop arch workaround
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 8 Sep 2023 07:47:41 +0000 (09:47 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 8 Sep 2023 08:20:46 +0000 (09:20 +0100)
archlinux-keyring was updated in Michel's PPA so let's drop the
workaround.

.github/workflows/mkosi.yml

index 5b70c607c26d062689b7f97a8bd9c3dd0cbdaef6..7b9ad6a67f17bf96e4ab04a363de59920a239262 100644 (file)
@@ -105,15 +105,6 @@ jobs:
         Ephemeral=yes
         EOF
 
-        # TODO: Remove once archlinux-keyring is updated in ppa:michel-slm/kernel-utils.
-        tee mkosi.conf.d/11-arch-keyring.conf <<- EOF
-        [Match]
-        Distribution=arch
-
-        [Distribution]
-        RepositoryKeyCheck=no
-        EOF
-
         # For erofs, we have to install linux-modules-extra-azure, but that doesn't match the running kernel
         # version, so we can't load the erofs module. squashfs is a builtin module so we use that instead.