Commit 3ae4a3ce by Johannes Kastl Committed by Stéphane Graber

lxc-opensuse: Disabling builds on openSUSE Tumbleweed, detection improved.

parent 969f8964
...@@ -394,7 +394,7 @@ if [ -z "$path" ]; then ...@@ -394,7 +394,7 @@ if [ -z "$path" ]; then
exit 1 exit 1
fi fi
if [ $(grep Harlequin /etc/os-release >/dev/null; echo $?) = 0 ]; then if grep -q Harlequin /etc/os-release || grep -q Tumbleweed /etc/os-release ; then
echo "Building containers on openSUSE 13.2 or Tumbleweed is broken at the moment. We are working on this problem." echo "Building containers on openSUSE 13.2 or Tumbleweed is broken at the moment. We are working on this problem."
exit 1 exit 1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment