From e7c5d10753060319ec4c689a5d26ff88945531c3 Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Wed, 4 Nov 2020 10:54:53 +0100 Subject: [PATCH] default to Debian 10 (#470) Files master is no longer published for Debian 9, which makes the test fail Signed-off-by: Felix Bartels --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index db7126f..0aeb6e9 100755 --- a/version.sh +++ b/version.sh @@ -18,7 +18,7 @@ trap finish EXIT source base/create-kopano-repo.sh component=${1:-core} -distribution=${2:-Debian_9.0} +distribution=${2:-Debian_10} channel=${3:-community} branch=${4:-""}