From 47f8e7a14dac45dbffd7fdbb5393ff1458cc8856 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 9 Mar 2023 10:14:40 +0000 Subject: [PATCH] IPFire 3: Disable all repositories for now except Bootstrap Signed-off-by: Michael Tremer --- contrib/config/distros/ipfire3.conf | 60 ++++++++++++++--------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/contrib/config/distros/ipfire3.conf b/contrib/config/distros/ipfire3.conf index 97a99fdf6..944b6fa7e 100644 --- a/contrib/config/distros/ipfire3.conf +++ b/contrib/config/distros/ipfire3.conf @@ -12,40 +12,40 @@ slogan = An Open Source Firewall Solution source_dl = https://source.ipfire.org/source-3.x/ -[repo:stable] -description = IPFire 3 - stable -baseurl = https://pakfire.ipfire.org/files/repos/ipfire-3/stable/%{arch} -key = -----BEGIN PGP PUBLIC KEY BLOCK----- - - mDMEYz7fsBYJKwYBBAHaRw8BAQdAMUYyJQXKrnlsViCjj1agdvc9Eqy7oBCbHEwG - DTWqwi20HVRFU1QgS0VZIDEgPHRlc3RAZXhhbXBsZS5jb20+iJAEExYIADgWIQSE - LXEYwTH8JA3eTnYzr2Ww5NtZTgUCYz7fsAIbAwULCQgHAgYVCgkICwIEFgIDAQIe - AQIXgAAKCRAzr2Ww5NtZTgsdAQCxNyqb6GAbANw4iSAbA/hs7IY4xXoLg7Dv6c8R - 862nJwEAvrYHUfORe2DchRmSZEMX29aJV0S49n+75ytQUMECCw8= - =2y1q - -----END PGP PUBLIC KEY BLOCK----- - +#[repo:stable] +#description = IPFire 3 - stable +#baseurl = https://pakfire.ipfire.org/files/repos/ipfire-3/stable/%{arch} +#key = -----BEGIN PGP PUBLIC KEY BLOCK----- +# +# mDMEYz7fsBYJKwYBBAHaRw8BAQdAMUYyJQXKrnlsViCjj1agdvc9Eqy7oBCbHEwG +# DTWqwi20HVRFU1QgS0VZIDEgPHRlc3RAZXhhbXBsZS5jb20+iJAEExYIADgWIQSE +# LXEYwTH8JA3eTnYzr2Ww5NtZTgUCYz7fsAIbAwULCQgHAgYVCgkICwIEFgIDAQIe +# AQIXgAAKCRAzr2Ww5NtZTgsdAQCxNyqb6GAbANw4iSAbA/hs7IY4xXoLg7Dv6c8R +# 862nJwEAvrYHUfORe2DchRmSZEMX29aJV0S49n+75ytQUMECCw8= +# =2y1q +# -----END PGP PUBLIC KEY BLOCK----- +# #mirrors = https://pakfire.ipfire.org/distros/ipfire-3/repos/stable/mirrorlist?arch=%{arch} -priority = 500 - -[repo:testing] -description = IPFire 3 - testing -baseurl = https://pakfire.ipfire.org/files/repos/ipfire-3/testing/%{arch} -key = -----BEGIN PGP PUBLIC KEY BLOCK----- - - mDMEYz7fsBYJKwYBBAHaRw8BAQdAMUYyJQXKrnlsViCjj1agdvc9Eqy7oBCbHEwG - DTWqwi20HVRFU1QgS0VZIDEgPHRlc3RAZXhhbXBsZS5jb20+iJAEExYIADgWIQSE - LXEYwTH8JA3eTnYzr2Ww5NtZTgUCYz7fsAIbAwULCQgHAgYVCgkICwIEFgIDAQIe - AQIXgAAKCRAzr2Ww5NtZTgsdAQCxNyqb6GAbANw4iSAbA/hs7IY4xXoLg7Dv6c8R - 862nJwEAvrYHUfORe2DchRmSZEMX29aJV0S49n+75ytQUMECCw8= - =2y1q - -----END PGP PUBLIC KEY BLOCK----- - -priority = 100 +#priority = 500 +# +#[repo:testing] +#description = IPFire 3 - testing +#baseurl = https://pakfire.ipfire.org/files/repos/ipfire-3/testing/%{arch} +#key = -----BEGIN PGP PUBLIC KEY BLOCK----- +# +# mDMEYz7fsBYJKwYBBAHaRw8BAQdAMUYyJQXKrnlsViCjj1agdvc9Eqy7oBCbHEwG +# DTWqwi20HVRFU1QgS0VZIDEgPHRlc3RAZXhhbXBsZS5jb20+iJAEExYIADgWIQSE +# LXEYwTH8JA3eTnYzr2Ww5NtZTgUCYz7fsAIbAwULCQgHAgYVCgkICwIEFgIDAQIe +# AQIXgAAKCRAzr2Ww5NtZTgsdAQCxNyqb6GAbANw4iSAbA/hs7IY4xXoLg7Dv6c8R +# 862nJwEAvrYHUfORe2DchRmSZEMX29aJV0S49n+75ytQUMECCw8= +# =2y1q +# -----END PGP PUBLIC KEY BLOCK----- +# +#priority = 100 [repo:bootstrap] description = Bootstrap Repository -baseurl = https://people.ipfire.org/~ms/bootstrap/%{arch}/ +baseurl = https://people.ipfire.org/~ms/bootstrap2/%{arch}/ priority = 1 [repo:local] -- 2.47.3