1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-06 12:46:20 +01:00

Add fedora-rawhide-nodebug-kernel repo to fedora-rawhide.repo

We are choosing to use only nodebug kernels in Fedora CoreOS
for our testing. We've seen too many issues where an issue either
shows up only on the debug kernels OR a debug kernel gives us a
false positive or negative when trying to root cause a failure.
Thus we add the fedora-rawhide-nodebug-kernel repo here so that
we can use it in the rawhide manfest. This uses the nodebug kernel
repo [1].

[1] https://fedoraproject.org/wiki/RawhideKernelNodebug
This commit is contained in:
Dusty Mabe
2022-08-26 13:01:51 -04:00
parent 75833daee5
commit ff9bf0e176

View File

@@ -14,3 +14,25 @@ type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
excludepkgs=kernel kernel-core kernel-modules
# We are choosing to use only nodebug kernels in Fedora CoreOS
# for our testing. We've seen too many issues where an issue either
# shows up only on the debug kernels OR a debug kernel gives us a
# false positive or negative when trying to root cause a failure.
# Thus we use the nodebug kernel repo [1] and includepkgs=kernel
# here and excludepkgs=kernel above.
#
# [1] https://fedoraproject.org/wiki/RawhideKernelNodebug
[fedora-rawhide-nodebug-kernel]
name=nodebug kernels for Rawhide
baseurl=https://dl.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/$basearch/
enabled=1
countme=1
metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
includepkgs=kernel kernel-core kernel-modules