From 1a8795d7f63d6c6131f2409f2d2ee58e6d473e23 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Fri, 29 Nov 2019 09:11:59 +0100 Subject: [PATCH] switch default distribution in create repo script Signed-off-by: Felix Bartels --- base/create-kopano-repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/create-kopano-repo.sh b/base/create-kopano-repo.sh index d899180..09729fb 100755 --- a/base/create-kopano-repo.sh +++ b/base/create-kopano-repo.sh @@ -11,7 +11,7 @@ function version_from_filename { function h5ai_query { component=${1:-core} - distribution=${2:-Debian_9.0} + distribution=${2:-Debian_10} channel=${3:-community} # could either be community, supported or limited branch=${4:-""} # could either be empty, "master/tarballs/", "pre-final/tarballs/" or "final/tarballs/" @@ -31,7 +31,7 @@ function h5ai_query { function dl_and_package_community { # take component as first argument and fallback to core if none given component=${1:-core} - distribution=${2:-Debian_9.0} + distribution=${2:-Debian_10} channel=${3:-community} branch=${4:-""}