lxc-opensuse: Disable on 13.2

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>
This commit is contained in:
Johannes Kastl 2014-11-26 20:20:05 +01:00 committed by Stéphane Graber
parent 646b1ef753
commit f38788b405

View 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"