Commit 52c4c368 by Reto Gantenbein

Query Fedora mirror list over HTTPS

parent 91a5f346
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
FEDORA_RELEASE_MIN=24 FEDORA_RELEASE_MIN=24
FEDORA_RELEASE_DEFAULT=${FEDORA_RELEASE_DEFAULT:-25} FEDORA_RELEASE_DEFAULT=${FEDORA_RELEASE_DEFAULT:-25}
FEDORA_RSYNC_URL="${FEDORA_RSYNC_URL:-archives.fedoraproject.org::fedora-enchilada}" FEDORA_RSYNC_URL="${FEDORA_RSYNC_URL:-archives.fedoraproject.org::fedora-enchilada}"
MIRRORLIST_URL=${MIRRORLIST_URL:-http://mirrors.fedoraproject.org/mirrorlist} MIRRORLIST_URL=${MIRRORLIST_URL:-https://mirrors.fedoraproject.org/mirrorlist}
local_state_dir="@LOCALSTATEDIR@" local_state_dir="@LOCALSTATEDIR@"
lxc_path="@LXCPATH@" lxc_path="@LXCPATH@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment