Add ubuntu-precise support to dib-python
Change-Id: I2796da88d839ed49ec28ae7b139ede04af51f068 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
a72645f431
commit
6d82543682
@ -1,7 +1,9 @@
|
||||
# Pick which distros we need to force python2
|
||||
if [ -z "${DIB_PYTHON_VERSION:-}" ]; then
|
||||
if [ "$DISTRO_NAME" == "ubuntu" ]; then
|
||||
if [ "$DIB_RELEASE" == "trusty" ]; then
|
||||
if [ "$DIB_RELEASE" == "precise" ]; then
|
||||
DIB_PYTHON_VERSION=2
|
||||
elif [ "$DIB_RELEASE" == "trusty" ]; then
|
||||
DIB_PYTHON_VERSION=2
|
||||
fi
|
||||
elif [ "$DISTRO_NAME" == "debian" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user