[lxc-devel] [PATCH] download: Make --keyserver actually work

Stéphane Graber stgraber at ubuntu.com
Tue Sep 23 14:24:04 UTC 2014


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 templates/lxc-download.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/lxc-download.in b/templates/lxc-download.in
index 5799de8..497de45 100644
--- a/templates/lxc-download.in
+++ b/templates/lxc-download.in
@@ -234,6 +234,7 @@ while :; do
         --variant)          DOWNLOAD_VARIANT=$2; shift 2;;
         --server)           DOWNLOAD_SERVER=$2; shift 2;;
         --keyid)            DOWNLOAD_KEYID=$2; shift 2;;
+        --keyserver)        DOWNLOAD_KEYSERVER=$2; shift 2;;
         --no-validate)      DOWNLOAD_VALIDATE="false"; shift 1;;
         --flush-cache)      DOWNLOAD_FLUSH_CACHE="true"; shift 1;;
         --force-cache)      DOWNLOAD_FORCE_CACHE="true"; shift 1;;
-- 
1.9.1



More information about the lxc-devel mailing list