[lxc-devel] [PATCH] lxc-download: Fix undefined DOWNLOAD_FORCE_CACHE

Stéphane Graber stgraber at ubuntu.com
Wed Jan 15 03:00:36 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 aa93b59..d1d1e5b 100644
--- a/templates/lxc-download.in
+++ b/templates/lxc-download.in
@@ -35,6 +35,7 @@ DOWNLOAD_KEYID="0xBAEFF88C22F6E216"
 DOWNLOAD_KEYSERVER="pool.sks-keyservers.net"
 DOWNLOAD_VALIDATE="true"
 DOWNLOAD_FLUSH_CACHE="false"
+DOWNLOAD_FORCE_CACHE="false"
 DOWNLOAD_MODE="system"
 DOWNLOAD_USE_CACHE="false"
 DOWNLOAD_URL=
-- 
1.8.5.2



More information about the lxc-devel mailing list