From the experiment, it seems like the https mirror is reliable now
so let's use it as the default.
[Match]
Distribution=opensuse
-[Distribution]
-Mirror=https://download.opensuse.org
-
[Content]
Packages=kernel-kvmsmall
systemd
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.