]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Populate only using the archlinux keyring
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 Jan 2024 19:26:07 +0000 (20:26 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 Jan 2024 20:58:33 +0000 (21:58 +0100)
Otherwise on Debian and Ubuntu we end up adding the Debian/Ubuntu
keyrings as well which is useless and slows down builds.

mkosi.prepare.chroot
mkosi/resources/mkosi-tools/mkosi.prepare.chroot

index a2fbc694b381f761cbc66cec64adb0fb7972a0d5..754015efb5467223933a109b6a83d966738e0d17 100755 (executable)
@@ -3,5 +3,5 @@
 
 if [ "$1" = "final" ] && command -v pacman-key; then
     pacman-key --init
-    pacman-key --populate
+    pacman-key --populate archlinux
 fi
index a2fbc694b381f761cbc66cec64adb0fb7972a0d5..754015efb5467223933a109b6a83d966738e0d17 100755 (executable)
@@ -3,5 +3,5 @@
 
 if [ "$1" = "final" ] && command -v pacman-key; then
     pacman-key --init
-    pacman-key --populate
+    pacman-key --populate archlinux
 fi