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