Merge "set default DIB_PYTHON_VERSION=2 for rhel7"
This commit is contained in:
commit
029b6dd3d5
@ -16,6 +16,8 @@ if [ -z "${DIB_PYTHON_VERSION:-}" ]; then
|
|||||||
DIB_PYTHON_VERSION=2
|
DIB_PYTHON_VERSION=2
|
||||||
elif [ "$DISTRO_NAME" == "centos7" ]; then
|
elif [ "$DISTRO_NAME" == "centos7" ]; then
|
||||||
DIB_PYTHON_VERSION=2
|
DIB_PYTHON_VERSION=2
|
||||||
|
elif [ "$DISTRO_NAME" == "rhel7" ]; then
|
||||||
|
DIB_PYTHON_VERSION=2
|
||||||
elif [ "$DISTRO_NAME" == "opensuse" ]; then
|
elif [ "$DISTRO_NAME" == "opensuse" ]; then
|
||||||
DIB_PYTHON_VERSION=2
|
DIB_PYTHON_VERSION=2
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user