From 3a17aafc384d6f77ead463c4570f8aa289228bc4 Mon Sep 17 00:00:00 2001 From: anarcat Date: Tue, 14 Mar 2017 12:08:38 -0400 Subject: [PATCH] fixup apt pinning use more liberal pin (`100`) which allows upgrading packages while respecting default release policies. also use the `archive` name instead of none-existent suite name --- files/index.html.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/index.html.tt2 b/files/index.html.tt2 index 40b41c4..51574ba 100644 --- a/files/index.html.tt2 +++ b/files/index.html.tt2 @@ -58,12 +58,12 @@ Signed-By: 05483D2F0A254E5BC12AC73021E0CA38EA2EA4AB
 Package: *
-Pin: release suite=grml-stable
-Pin-Priority: 1
+Pin: release a=grml-stable
+Pin-Priority: 100
 
 Package: *
-Pin: release suite=grml-testing
-Pin-Priority: 1
+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:

-- 2.1.4