From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1603#note_891516554

I mean all of the RHELisms are ripped out every time I do a rebased fedora-5.x
branch. This ends up being several times a year, and since os-build is
rebased, I can't simply keep a list of commit IDs because they are different
every time. Given the number of patches, it is a decent amount of searching to
find the patches which need to be removed.  Using 'git grep RHEL_DIFFERENCES'
and git blame on the files containing it is a good way to catch many of these.
These are all patches relating to RHEL support, and will never be upstream.
The call sites become problematic if left in because there is nothing left for
them to call, so the build fails every time I miss one. Most of them, and
every one added in the past couple of years, are inside of RHEL_DIFFERENCES.
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to