This ticket will be used for requesting pushes of tested blocker / freeze exception fixes during F40 release freezes. See https://fedoraproject.org/wiki/QA:SOP_blocker_bug_process and https://fedoraproject.org/wiki/QA:SOP_freeze_exception_bug_process . Similar to candidate compose request tickets, this ticket can be closed by releng after each push and re-opened by QA each time a new push is needed.
First request:
Make sure all builds are pending stable:
blockers=( FEDORA-2024-677b633159 ) fes=( FEDORA-2024-4afc8e64b0 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Done.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Some more to go:
blockers=( FEDORA-2024-682d6680ce FEDORA-2024-5d99498b67 ) fes=( FEDORA-2024-76dab69b77 FEDORA-2024-efcb99f782 FEDORA-2024-410519ee50 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Metadata Update from @adamwill: - Issue status updated to: Open (was: Closed)
Couple more:
blockers=( ) fes=( FEDORA-2024-8df8fac20b FEDORA-2024-78161dbda7 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
done
Reopening for some more:
blockers=( ) fes=( FEDORA-2024-129bd8069f FEDORA-2024-fadeea3975 FEDORA-2024-19fc022649 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Note the one for the LLVM FE is a preparatory update that needs to go first before the main LLVM 18 one can go, according to Frantisek.
Re-opening for a couple more:
blockers=( FEDORA-2024-20c5181331 FEDORA-2024-66b51c2793 ) fes=( FEDORA-2024-c09d825437 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Done
More to go:
blockers=( FEDORA-2024-f0fdde3a5d ) fes=( FEDORA-2024-c298870b15 FEDORA-2024-ba2b883c48 FEDORA-2024-5f06aa0b7b FEDORA-2024-5e958b9e78 FEDORA-2024-129d8ca6fc FEDORA-2024-d7326adac4 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Just one more to go, but I wanted to get it in before the next nightly:
blockers=( FEDORA-2024-fd7685bc5f ) fes=( ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
done.
A few more to go:
blockers=( FEDORA-2024-2aca68bad6 ) fes=( FEDORA-2024-67c5eaf618 FEDORA-2024-99c8fdb0fc ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
One more, to get kiwi in:
blockers=( ) fes=( FEDORA-2024-7f61d62ac7 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
I refreshed https://bodhi.fedoraproject.org/updates/FEDORA-2024-7f61d62ac7 to incorporate one more patch and add a dependency on xz for the systemdeps subpackage to fix s390x builds. So this needs to be pushed again.
Metadata Update from @jnsamyak: - Issue status updated to: Open (was: Closed)
fetching from the releng channel, this one needs stable push https://bodhi.fedoraproject.org/updates/FEDORA-2024-4c24f2ee3b
That one cannot go stable yet because it has not gone to testing yet.
However, it does not need to go stable to be used in a compose, it can be pulled in via the compose tag.
thanks, we took care of this here: https://pagure.io/releng/issue/12007#comment-900259 @adamwill++
Metadata Update from @jnsamyak: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
OK, we can push these two now:
blockers=( FEDORA-2024-cf2afdecb3 ) fes=( FEDORA-2024-4c24f2ee3b ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Done!
blockers=( ) fes=( FEDORA-2024-71a4de4732 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Can we also get parsec added from rhbz#2170957, it dropped out of the list because the bug closed when the f39 update went stable so this would now regress again for people updating from 39 -> 40.
Done with those. Can keep open for more.
Sorry, one more that got prematurely closed for f39:
blockers=( ) fes=( FEDORA-2024-a223050257 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Thanks for catching that, Peter!
Let's do a couple of stable pushes. Not including GNOME 46 stuff because we want to be able to yank that back out again easily if necessary.
blockers=( FEDORA-2024-adf0027989 ) fes=( FEDORA-2024-5b13bb2bb9 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Some more to go ahead of 1.10:
blockers=( FEDORA-2024-38764db413 ) fes=( FEDORA-2024-6c96f55fbd FEDORA-2024-3e4fb0390a FEDORA-2024-1ed0b13d87 FEDORA-2024-0177735945 FEDORA-2024-a74ce3e5c4 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
OK, one more to level us up with Beta, I think:
blockers=( FEDORA-2024-5f5380bab6 ) fes=( FEDORA-2024-bde3811225 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
done!
Time for a final push:
blockers=( FEDORA-2024-2d6f70c275 FEDORA-2024-a18f8e83b4 ) fes=( FEDORA-2024-3b4b41af40 FEDORA-2024-8d9c6f3fae FEDORA-2024-6b7d840efe FEDORA-2024-0cce7ffa4f FEDORA-2024-9b880beed2 FEDORA-2024-a3b517705e FEDORA-2024-1f5dfd32cb ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Few more ready to go:
blockers=( ) fes=( FEDORA-2024-668daf04ea FEDORA-2024-0cb47a4677 FEDORA-2024-18ae287550 FEDORA-2024-1d0b793bc1 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
blockers=( FEDORA-2024-12745d4cb3 FEDORA-2024-0fb5895755 ) fes=( FEDORA-2024-8c23e98d58 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Few more to go:
blockers=( FEDORA-2024-6f3aeca158 FEDORA-2024-589189d414 FEDORA-2024-c72d2d04bb ) fes=( FEDORA-2024-f78a821bf2 FEDORA-2024-5f5a0d125e FEDORA-2024-ca2b6580a2 FEDORA-2024-4d3ddadf4d ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Few more from the RCs:
blockers=( ) fes=( FEDORA-2024-0f79358441 FEDORA-2024-75f8d1b977 FEDORA-2024-b5511d9802 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
blockers=( FEDORA-2024-f2d3a65ad5 FEDORA-2024-b156c57ef1 ) fes=( FEDORA-2024-6d35739db7 FEDORA-2024-5c7fb64c74 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Metadata Update from @kevin: - Issue close_status updated to: Fixed with Explanation - Issue status updated to: Closed (was: Open)
blockers=( FEDORA-2024-ad7a6c3c89 ) fes=( FEDORA-2024-449369d66d ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"