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>
"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 \