Primary goal is to reduce the image size by importing commit d36b704 ("Ignore firmware packages without use") but the other changes from rawhide look like they hurt either.
I don't see where the repositories/core.xml is coming from. none of the commits in this PR touches it.
repositories/core.xml
You're doing it via merge commit, so technically it is changing if it's being compared from the rawhide merge commit.
Maybe instead of a merge, do cherry-picking instead?
why would it compare it against rawhide if I merge into f40. I would expect git log -p --first-parent origin/f40.. to be displayed as changes. Instead pagure shows apparent the changes since the merge base of the two commits in the merge. This is unexpected and I would consider it a pagure bug. I'm confident that this is just a display and merging the PR will work as expected.
f40
git log -p --first-parent origin/f40..
You still need to revert the Xorg exclusion commit.
I suppose so. I did not include the revert since I wasn't sure whether the broken PR #75 was the cause of the failure. The end result should be the same so the CI should fail.
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci https://fedora.softwarefactory-project.io/zuul/buildset/d69fe9d54064462db419433abd240924
1 new commit added
Revert "components/desktop-environments: Exclude Xorg instead of uninstalling it"
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/abc42cdc54564739996d9cb7f4edca69
Pull-Request has been merged by ngompa
Primary goal is to reduce the image size by importing commit d36b704 ("Ignore firmware packages without use") but the other changes from rawhide look like they hurt either.