From 09d1218e221f15ef15465abcddcf74845db2bd58 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 6 Jan 2020 21:36:17 -0500 Subject: [PATCH 1/2] Disable zchunk by default to make repodata fetching more reliable Some mirrors have issues with ranged fetching of files, which is a critical aspect of fetching zchunk-based repodata. In order to to improve the reliability of fetching repodata and packages, disable this. --- mageia4arm-dnf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mageia4arm-dnf.conf b/mageia4arm-dnf.conf index c696539..409db21 100644 --- a/mageia4arm-dnf.conf +++ b/mageia4arm-dnf.conf @@ -12,6 +12,7 @@ metadata_expire=0 best=1 protected_packages= install_weak_deps=0 +zchunk=0 # repos From 04bd2398e48e316e652cbc1e62a37710218e2614 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 6 Jan 2020 21:39:26 -0500 Subject: [PATCH 2/2] Disable fetching DeltaRPMs as a preventative measure While Mageia does not yet produce DeltaRPMs, it would never make sense to fetch them for building ARM images, so we just turn it off pre-emptively to simplify things for the future. --- mageia4arm-dnf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mageia4arm-dnf.conf b/mageia4arm-dnf.conf index 409db21..ac0ddc9 100644 --- a/mageia4arm-dnf.conf +++ b/mageia4arm-dnf.conf @@ -13,6 +13,7 @@ best=1 protected_packages= install_weak_deps=0 zchunk=0 +deltarpm=0 # repos