From: Michael Tremer Date: Fri, 23 Apr 2021 15:59:04 +0000 (+0000) Subject: ipfire3: Tidy up repository configuration and assign priorities X-Git-Tag: 0.9.28~1285^2~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224eba02e8c2231fff82699aa35d2a699b0026c3;p=pakfire.git ipfire3: Tidy up repository configuration and assign priorities Signed-off-by: Michael Tremer --- diff --git a/contrib/config/distros/ipfire3.conf b/contrib/config/distros/ipfire3.conf index 57d770d62..62b1174da 100644 --- a/contrib/config/distros/ipfire3.conf +++ b/contrib/config/distros/ipfire3.conf @@ -13,22 +13,22 @@ slogan = An Open Source Firewall Solution source_dl = https://source.ipfire.org/source-3.x/ [repo:stable] -description = IPFire 3 - Stable repository. -enabled = 1 -baseurl = https://pakfire.ipfire.org/repositories/ipfire3/stable/%{arch} -mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/stable/mirrorlist?arch=%{arch} - -[repo:unstable] -description = IPFire 3 - Public unstable repository. -enabled = 0 -baseurl = https://pakfire.ipfire.org/repositories/ipfire3/unstable/%{arch} -mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/unstable/mirrorlist?arch=%{arch} +description = IPFire 3 - Stable Repository +baseurl = https://pakfire.ipfire.org/repositories/ipfire3/stable/%{arch} +mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/stable/mirrorlist?arch=%{arch} +priority = 100 [repo:testing] -description = IPFire 3 - This is a repository for testing stuff. -enabled = 0 -baseurl = https://pakfire.ipfire.org/repositories/ipfire3/testing/%{arch} -mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/testing/mirrorlist?arch=%{arch} +description = IPFire 3 - This is a repository for testing stuff +baseurl = https://pakfire.ipfire.org/repositories/ipfire3/testing/%{arch} +mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/testing/mirrorlist?arch=%{arch} +priority = 200 + +[repo:unstable] +description = IPFire 3 - Unstable Repository +baseurl = https://pakfire.ipfire.org/repositories/ipfire3/unstable/%{arch} +mirrors = https://pakfire.ipfire.org/distro/ipfire3/repo/unstable/mirrorlist?arch=%{arch} +priority = 300 [repo:local] description = IPFire 3 locally built packages