From 16a535f77ebf330b53fc1805eabfcfff5b06c438 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 29 Aug 2018 17:50:06 +0200 Subject: [PATCH] Build a stretch container by default --- sub_scripts/lxc_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/lxc_build.sh b/sub_scripts/lxc_build.sh index 4ca07fb..bba7891 100755 --- a/sub_scripts/lxc_build.sh +++ b/sub_scripts/lxc_build.sh @@ -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"