Skip to content

Commit

Permalink
Revert "debian: jessie and stretch keyring support"
Browse files Browse the repository at this point in the history
This reverts commit 87eacd4.

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>
  • Loading branch information
stgraber committed Aug 15, 2017
1 parent d370b8e commit bf6e4d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions templates/lxc-debian.in
Expand Up @@ -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 \
Expand Down

0 comments on commit bf6e4d7

Please sign in to comment.