This ticket will be used for requesting pushes of tested blocker / freeze exception fixes during F41 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-5854f979e3 ) fes=( FEDORA-2024-c83b7dcae0 FEDORA-2024-a350f8880b FEDORA-2024-b26dab834a FEDORA-2024-3ba3f0dc6e FEDORA-2024-694198f36d ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Metadata Update from @jnsamyak: - Issue assigned to jnsamyak
Thanks, these have been pushed to stability now! https://bodhi.fedoraproject.org/composes/F41/stable
Metadata Update from @jnsamyak: - Issue tagged with: high-gain, low-trouble, ops
Metadata Update from @jnsamyak: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Several more are ready to go:
blockers=( FEDORA-2024-dbf55dbc52 ) fes=( FEDORA-2024-7eb873d8d3 FEDORA-2024-8003545aeb FEDORA-2024-c374a9dcaa FEDORA-2024-bd3e2d7573 FEDORA-2024-360cc548cb FEDORA-2024-5a8513ece8 ) 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)
Done!
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Here's some more FEs to go:
blockers=( ) fes=( FEDORA-2024-c82a3f0716 FEDORA-2024-8cb173e4e9 FEDORA-2024-292cb9a7bc FEDORA-2024-7c42def232 FEDORA-2024-1597066f01 ) 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 with Explanation - Issue status updated to: Closed (was: Open)
Some more to go:
blockers=( FEDORA-2024-a7aaaed6c9 ) fes=( FEDORA-2024-b7dcc4fd07 FEDORA-2024-bf5675ca7d FEDORA-2024-b02b8467d2 FEDORA-2024-888f911195 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Done.
Let's push the FEs that were in Beta:
blockers=( ) fes=( FEDORA-2024-edd7b14708 FEDORA-2024-b5e0e43e8c FEDORA-2024-6cb9fbfa3c ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
OK, time for the first final freeze push, we have a few queued up:
Make sure all builds are pending stable: ``` blockers=( FEDORA-2024-872cfc5769 ) fes=( FEDORA-2024-61e1de3926 FEDORA-2024-8d43854db3 FEDORA-2024-73827b9035 FEDORA-2024-f4bcc30ba7 FEDORA-2024-afc877d757 FEDORA-2024-71b2383f78 FEDORA-2024-eb18365a44 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Several more to go:
blockers=( FEDORA-2024-206f8a2f56 FEDORA-2024-a394645452 FEDORA-2024-975d19f08d ) fes=( FEDORA-2024-832b08c760 FEDORA-2024-7d58433dd5 FEDORA-2024-3d6fe93ff4 FEDORA-2024-98109a7796 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Couple more to go:
blockers=( FEDORA-2024-5a61a2fa45 FEDORA-2024-56ea3e1da7 ) fes=( ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Let's push some more FEs while we try and get to a compose...
blockers=( ) fes=( FEDORA-2024-7dc8acabee FEDORA-2024-b1092ef4d5 FEDORA-2024-9597b4d751 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Let's push some from RC-1.3 to clear up the blocker list:
blockers=( FEDORA-2024-16b4698b0e FEDORA-2024-5e2fafad45 ) fes=( FEDORA-2024-a9b5a39561 FEDORA-2024-5530ba94b5 FEDORA-2024-b7ceba50a1 FEDORA-2024-c074fe4ec6 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Let's push things from RC1.4:
blockers=( FEDORA-2024-69a60846ec ) fes=( FEDORA-2024-4ccf448f63 FEDORA-2024-8cb8e18634 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Metadata Update from @kparal: - Issue status updated to: Open (was: Closed)
Log in to comment on this ticket.