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

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


Please ignore, this patch is incomplete, I've pushed the correct version
to both branches.

On Tue, Sep 23, 2014 at 10:24:04AM -0400, Stéphane Graber wrote:
> 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
> 

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20140923/1f457d51/attachment.sig>


More information about the lxc-devel mailing list