From: Michael Prokop Date: Tue, 14 Jan 2020 15:51:33 +0000 (+0100) Subject: files: include usage of signed-by=/usr/share/keyrings/grml-archive-keyring.gpg X-Git-Url: http://git.grml.org/?p=grml.org.git;a=commitdiff_plain;h=ff7260455a685fa8f21eba93b1af4fb964454e20 files: include usage of signed-by=/usr/share/keyrings/grml-archive-keyring.gpg --- 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