From: Evgeni Golov Date: Thu, 23 Feb 2017 21:03:40 +0000 (+0100) Subject: squeeze is not a supported release anymore, drop the key X-Git-Tag: lxc-2.1.0~191^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1444%2Fhead;p=thirdparty%2Flxc.git squeeze is not a supported release anymore, drop the key Signed-off-by: Evgeni Golov --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 6bdf02d6a..6eff9da9b 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -348,9 +348,6 @@ openssh-server if [ ! -f $releasekeyring ]; then releasekeyring="$cache/archive-key.gpg" case $release in - "squeeze") - gpgkeyname="archive-key-6.0" - ;; "wheezy") gpgkeyname="archive-key-7.0" ;;