added yakkety and stretch; prepared for supoorting other architectures,namely armhf (raspberry pi)
This commit is contained in:
@@ -14,13 +14,17 @@ fi
|
|||||||
|
|
||||||
tmpdir=${tmpdir:-"/var/tmp"}
|
tmpdir=${tmpdir:-"/var/tmp"}
|
||||||
docker_user=${docker_user:-${USER}}
|
docker_user=${docker_user:-${USER}}
|
||||||
archs=${archs:-"i386 amd64"}
|
if test -z "$archs"; then
|
||||||
|
case $(dpkg --print-architecture); in
|
||||||
ubuntu_qt5="xenial wily vivid trusty"
|
(amd64) archs="i386 amd64";;
|
||||||
|
(*) archs=$(dpkg --print-architecture)
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
ubuntu_qt5="yakkety xenial wily vivid trusty"
|
||||||
ubuntu_qt4="precise"
|
ubuntu_qt4="precise"
|
||||||
debian_qt5="jessie sid"
|
debian_qt5="stretch jessie sid"
|
||||||
debian_qt4="wheezy"
|
debian_qt4="wheezy"
|
||||||
debian_unsupported="buster stretch" # not in /usr/share/debootstrap/scripts
|
debian_unsupported="buster" # not in /usr/share/debootstrap/scripts
|
||||||
|
|
||||||
ubuntu=("${ubuntu_qt5}" "${ubuntu_qt4}")
|
ubuntu=("${ubuntu_qt5}" "${ubuntu_qt4}")
|
||||||
debian=("${debian_qt5}" "${debian_qt4}")
|
debian=("${debian_qt5}" "${debian_qt4}")
|
||||||
|
Reference in New Issue
Block a user