From 41670b35b0d7a11c7fa7d04e2535495dc90b76a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 14 Jan 2014 21:59:33 -0500 Subject: [PATCH] lxc-download: Fix undefined DOWNLOAD_FORCE_CACHE MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- templates/lxc-download.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 58a4a1738..4d4346080 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= -- 2.47.2