]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-opensuse: Disable on 13.2
authorJohannes Kastl <mail@ojkastl.de>
Wed, 26 Nov 2014 19:20:05 +0000 (20:20 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 27 Nov 2014 22:52:22 +0000 (17:52 -0500)
Disabled building openSUSE containers on openSUSE 13.2 and  openSUSE
Tumbleweed due to faulty behaviour with newer versions of
init_buildsystem.

Signed-off-by: Johannes Kastl <git@ojkastl.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-opensuse.in

index 60b4ddcbce2a5cef68f682c8c1d3b68a30b7156f..6ef0f9bd7faceb571d8300c68d4fd21c3279bdc3 100644 (file)
@@ -426,6 +426,11 @@ if [ -z "$path" ]; then
     exit 1
 fi
 
+if [ $(grep Harlequin /etc/os-release >/dev/null; echo $?) = 0 ]; then
+    echo "Building containers on openSUSE 13.2 or Tumbleweed is broken at the moment. We are working on this problem."
+    exit 1
+fi
+
 if [ -z "$DISTRO" ]; then
     echo ""
     echo "No release selected, using openSUSE 12.3"