]> git.ipfire.org Git - pakfire.git/commitdiff
ipfire3: Tidy up repository configuration and assign priorities
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Apr 2021 15:59:04 +0000 (15:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Apr 2021 15:59:04 +0000 (15:59 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
contrib/config/distros/ipfire3.conf

index 57d770d62d5e1416a3606030624dbd47dbe32974..62b1174dab5f88649218674abcea0df6e363442f 100644 (file)
@@ -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