mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Build a stretch container by default
This commit is contained in:
parent
151b7a230f
commit
16a535f77e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ test -n "$YUNO_PWD" || YUNO_PWD=admin
|
||||||
test -n "$LXC_NAME" || LXC_NAME=pchecker_lxc
|
test -n "$LXC_NAME" || LXC_NAME=pchecker_lxc
|
||||||
test -n "$LXC_BRIDGE" || LXC_BRIDGE=lxc-pchecker
|
test -n "$LXC_BRIDGE" || LXC_BRIDGE=lxc-pchecker
|
||||||
test -n "$dnsforce" || dnsforce=1
|
test -n "$dnsforce" || dnsforce=1
|
||||||
test -n "$DISTRIB" || DISTRIB=jessie
|
test -n "$DISTRIB" || DISTRIB=stretch
|
||||||
test -n "$branch" || branch=""
|
test -n "$branch" || branch=""
|
||||||
ARG_SSH="-t"
|
ARG_SSH="-t"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue