提交 378686cf authored 作者: Steven Ayre's avatar Steven Ayre 提交者: Ken Rice

FS-7019 full list of distributions to target based on distribution autodetection

上级 9d1c2526
......@@ -385,7 +385,16 @@ build_all () {
done
shift $(($OPTIND-1))
[ -n "$archs" ] || archs="amd64 i386"
[ -n "$distros" ] || distros="sid jessie wheezy"
if [ -z "$distros" ]; then
case "$(lsb_release -is)" in
Ubuntu)
distros="utopic trusty"
;;
*) # default to assuming Debian
distros="sid jessie wheezy"
;;
esac
fi
! $depinst || aptitude install -y \
rsync git less cowbuilder ccache \
devscripts equivs build-essential
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论