]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-download: Bump compat to 2 after OpenSUSE
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 18 Jun 2014 21:33:10 +0000 (17:33 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 18 Jun 2014 21:33:10 +0000 (17:33 -0400)
OpenSUSE is now ready for the download template in the master branch,
however it's not going to be compatible with older LXC as they lack the
needed config files, so bump the compat level to 2 to indicate that the
current lxc-download can deal with the current OpenSUSE containers.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-download.in

index 31e0d279f49ba25257a66dcd0c48cead580be8c6..c96bc31f401380b2877c3c05a32a997aa4590f1a 100644 (file)
@@ -28,7 +28,7 @@ LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
 # Defaults
 DOWNLOAD_ARCH=
 DOWNLOAD_BUILD=
-DOWNLOAD_COMPAT_LEVEL=1
+DOWNLOAD_COMPAT_LEVEL=2
 DOWNLOAD_DIST=
 DOWNLOAD_FLUSH_CACHE="false"
 DOWNLOAD_FORCE_CACHE="false"