From: Michael Tremer Date: Mon, 21 Nov 2022 10:47:59 +0000 (+0000) Subject: contrib: Increase priority of local and decrease bootstrap X-Git-Tag: 0.9.28~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdfecdde8428c6412961dea359e2bd38372473c;p=pakfire.git 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 --- 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