From: Daan De Meyer Date: Wed, 18 Oct 2023 11:33:28 +0000 (+0200) Subject: opensuse: Switch to https mirror X-Git-Tag: v19~68^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdad5fed0aa71b60f357d98f2dabf5d8f83e695e;p=thirdparty%2Fmkosi.git opensuse: Switch to https mirror From the experiment, it seems like the https mirror is reliable now so let's use it as the default. --- diff --git a/mkosi.conf.d/20-opensuse.conf b/mkosi.conf.d/20-opensuse.conf index b7ef80090..14279b66b 100644 --- a/mkosi.conf.d/20-opensuse.conf +++ b/mkosi.conf.d/20-opensuse.conf @@ -1,9 +1,6 @@ [Match] Distribution=opensuse -[Distribution] -Mirror=https://download.opensuse.org - [Content] Packages=kernel-kvmsmall systemd diff --git a/mkosi/distributions/opensuse.py b/mkosi/distributions/opensuse.py index 8cb8f1ed5..2a5063286 100644 --- a/mkosi/distributions/opensuse.py +++ b/mkosi/distributions/opensuse.py @@ -81,7 +81,7 @@ class Installer(DistributionInstaller): if release == "leap": release = "stable" - mirror = state.config.mirror or "http://download.opensuse.org" + mirror = state.config.mirror or "https://download.opensuse.org" # If the release looks like a timestamp, it's Tumbleweed. 13.x is legacy # (14.x won't ever appear). For anything else, let's default to Leap.