The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1444

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From ac12a36f9cbe087c3cf3036b0cad1904011eae94 Mon Sep 17 00:00:00 2001
From: Evgeni Golov <evg...@debian.org>
Date: Thu, 23 Feb 2017 22:03:40 +0100
Subject: [PATCH] squeeze is not a supported release anymore, drop the key

Signed-off-by: Evgeni Golov <evg...@debian.org>
---
 templates/lxc-debian.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in
index 6bdf02d..6eff9da 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"
                 ;;
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to