From aa3fc84106273a5bc4a6c249add88799e8e73bce Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Sun, 29 Sep 2024 18:06:55 -0700 Subject: [PATCH] fix: include fedora testing --- .../base/repodir/fedora-updates-testing.repo | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 katsu/modules/base/repodir/fedora-updates-testing.repo diff --git a/katsu/modules/base/repodir/fedora-updates-testing.repo b/katsu/modules/base/repodir/fedora-updates-testing.repo new file mode 100644 index 0000000..837355c --- /dev/null +++ b/katsu/modules/base/repodir/fedora-updates-testing.repo @@ -0,0 +1,36 @@ +[updates-testing] +name=Fedora $releasever - $basearch - Test Updates +#baseurl=http://download.example/pub/fedora/linux/updates/testing/$releasever/Everything/$basearch/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch +enabled=1 +countme=1 +repo_gpgcheck=0 +type=rpm +gpgcheck=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch +skip_if_unavailable=False + +[updates-testing-debuginfo] +name=Fedora $releasever - $basearch - Test Updates Debug +#baseurl=http://download.example/pub/fedora/linux/updates/testing/$releasever/Everything/$basearch/debug/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f$releasever&arch=$basearch +enabled=0 +repo_gpgcheck=0 +type=rpm +gpgcheck=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch +skip_if_unavailable=False + +[updates-testing-source] +name=Fedora $releasever - Test Updates Source +#baseurl=http://download.example/pub/fedora/linux/updates/testing/$releasever/Everything/SRPMS/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f$releasever&arch=$basearch +enabled=0 +repo_gpgcheck=0 +type=rpm +gpgcheck=1 +metadata_expire=6h +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch +skip_if_unavailable=False