From: Stéphane Graber Date: Sun, 19 Feb 2017 20:17:39 +0000 (-0500) Subject: lxc-download: Bump compat level to 4 X-Git-Tag: lxc-2.1.0~194^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1438%2Fhead;p=thirdparty%2Flxc.git lxc-download: Bump compat level to 4 For templates introduced after LXC 2.0 was released. Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index e0ffdb263..e74947378 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -28,7 +28,7 @@ LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@" # Defaults DOWNLOAD_ARCH= DOWNLOAD_BUILD= -DOWNLOAD_COMPAT_LEVEL=3 +DOWNLOAD_COMPAT_LEVEL=4 DOWNLOAD_DIST= DOWNLOAD_FLUSH_CACHE="false" DOWNLOAD_FORCE_CACHE="false"