Skip to content

Commit

Permalink
lxc-opensuse: Disabling builds on openSUSE Tumbleweed, detection impr…
Browse files Browse the repository at this point in the history
…oved.

Signed-off-by: Johannes Kastl <git@ojkastl.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
ojkastl authored and stgraber committed Dec 2, 2014
1 parent 969f896 commit 3ae4a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-opensuse.in
Expand Up @@ -394,7 +394,7 @@ if [ -z "$path" ]; then
exit 1
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."
exit 1
fi
Expand Down

0 comments on commit 3ae4a3c

Please sign in to comment.