Revert "debian: jessie and stretch keyring support"

This reverts commit 87eacd4d. 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: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent d370b8ea
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment