fixup apt pinning
authoranarcat <anarcat@users.noreply.github.com>
Tue, 14 Mar 2017 16:08:38 +0000 (12:08 -0400)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2017 16:08:38 +0000 (12:08 -0400)
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

index 40b41c4..51574ba 100644 (file)
@@ -58,12 +58,12 @@ Signed-By: 05483D2F0A254E5BC12AC73021E0CA38EA2EA4AB</pre>
        
        <pre class="rahmen">
 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</pre>
+Pin: release a=grml-testing
+Pin-Priority: 100</pre>
 
        <p>Also  note that you may have trouble installing the <code>grml-debian-keyring</code> package as APT will complain about the missing key. A workaround is to download it directly:</p>