1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-17 19:32:54 +00:00

switch default distribution in create repo script

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-11-29 09:11:59 +01:00
parent 90cdaf37bd
commit 1a8795d7f6
+2 -2
View File
@@ -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:-""}