From f2610eb3cfce4a4b0ed63b80c69668c862446853 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 23 Jan 2019 09:51:06 +0100 Subject: [PATCH] use https://deb.debian.org/debian as default mirror --- modules/schroot/files/setup-dchroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/schroot/files/setup-dchroot b/modules/schroot/files/setup-dchroot index dc2ad44f7..b91a24936 100755 --- a/modules/schroot/files/setup-dchroot +++ b/modules/schroot/files/setup-dchroot @@ -184,7 +184,7 @@ arch="$THISARCH" if [ -e /etc/schroot/dsa/default-mirror ]; then mirror=$(cat /etc/schroot/dsa/default-mirror ) fi -mirror="${mirror:-http://ftp.debian.org/debian}" +mirror="${mirror:-https://deb.debian.org/debian}" configonly="" force="" basedir="/srv/chroot" -- 2.20.1