mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 13:53:14 +00:00
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:
parent
646b1ef753
commit
f38788b405
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user