From ff7260455a685fa8f21eba93b1af4fb964454e20 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 14 Jan 2020 16:51:33 +0100 Subject: [PATCH] files: include usage of signed-by=/usr/share/keyrings/grml-archive-keyring.gpg --- files/index.html.tt2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/index.html.tt2 b/files/index.html.tt2 index 835780e..bb1e75d 100644 --- a/files/index.html.tt2 +++ b/files/index.html.tt2 @@ -39,10 +39,10 @@
 # Signing key is available in grml-debian-keyring
-#  deb     http://deb.grml.org/ grml-stable main
-#  deb-src http://deb.grml.org/ grml-stable main
-#  deb     http://deb.grml.org/ grml-testing main
-#  deb-src http://deb.grml.org/ grml-testing main
+# deb [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-stable main +# deb-src [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-stable main +# deb [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-testing main +# deb-src [signed-by=/usr/share/keyrings/grml-archive-keyring.gpg] http://deb.grml.org/ grml-testing main

If you are running Debian stretch or later, you may want to use the following .sources file, which will enforce the suite name and signing keys:

@@ -65,7 +65,7 @@ Package: * Pin: release a=grml-testing Pin-Priority: 100 -

Also note that you may have trouble installing the grml-debian-keyring package as APT will complain about the missing key. A workaround is to download it directly:

+

Also note that you may have trouble installing the grml-debian-keyring package as APT will complain about the missing key. A workaround is to download it directly:

 sudo wget -O /usr/share/keyrings/grml-archive-keyring.gpg https://deb.grml.org/repo-key.gpg
-- 
2.1.4