Build a stretch container by default

This commit is contained in:
Maniack Crudelis 2018-08-29 17:50:06 +02:00
parent 151b7a230f
commit 16a535f77e

View file

@ -27,7 +27,7 @@ test -n "$YUNO_PWD" || YUNO_PWD=admin
test -n "$LXC_NAME" || LXC_NAME=pchecker_lxc
test -n "$LXC_BRIDGE" || LXC_BRIDGE=lxc-pchecker
test -n "$dnsforce" || dnsforce=1
test -n "$DISTRIB" || DISTRIB=jessie
test -n "$DISTRIB" || DISTRIB=stretch
test -n "$branch" || branch=""
ARG_SSH="-t"