From 4cdfecdde8428c6412961dea359e2bd38372473c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 21 Nov 2022 10:47:59 +0000 Subject: [PATCH] contrib: Increase priority of local and decrease bootstrap We prefer using packages from the local repository as they are usually newer or being tested. The bootstrap repository should always be used as last resort. Signed-off-by: Michael Tremer --- contrib/config/distros/ipfire3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/config/distros/ipfire3.conf b/contrib/config/distros/ipfire3.conf index 9ed98bc29..97a99fdf6 100644 --- a/contrib/config/distros/ipfire3.conf +++ b/contrib/config/distros/ipfire3.conf @@ -46,9 +46,9 @@ priority = 100 [repo:bootstrap] description = Bootstrap Repository baseurl = https://people.ipfire.org/~ms/bootstrap/%{arch}/ -priority = 1000 +priority = 1 [repo:local] description = IPFire 3 - Locally Built Packages baseurl = file:///var/lib/pakfire/local/%{distro}/%{version} -priority = 1 +priority = 1000 -- 2.39.5