]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Revert "debian: jessie and stretch keyring support"
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 11 Aug 2017 19:06:02 +0000 (15:06 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 15 Aug 2017 20:50:53 +0000 (16:50 -0400)
This reverts commit 87eacd4d49033d38d7e3257046079a77fd60e588.

While that commit looks right, the actual signing key doesn't match and
debootstrap therefore fails to bootstrap, as can be seen here:

https://jenkins.linuxcontainers.org/view/All/job/lxc-template-debian/

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-debian.in

index f7dd425f6e28ef2b3cd25e0d3b41b8467b403033..91119493617ecc4ebccec0930ba8a7c78f6cf811 100644 (file)
@@ -291,14 +291,8 @@ openssh-server
             "wheezy")
                 gpgkeyname="archive-key-7.0"
                 ;;
-            "jessie")
-                gpgkeyname="archive-key-8"
-                ;;
-            "stretch")
-                gpgkeyname="archive-key-9"
-                ;;
             *)
-                gpgkeyname="archive-key-9"
+                gpgkeyname="archive-key-8"
                 ;;
         esac
         wget https://ftp-master.debian.org/keys/${gpgkeyname}.asc -O - --quiet \