Learn more about these different git repos.
Other Git URLs
This ticket will be used for requesting pushes of tested blocker / freeze exception fixes during F42 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=( ) fes=( FEDORA-2025-5e619a50c5 FEDORA-2025-38dc8bb2f4 FEDORA-2025-751ebb02b1 ) 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)
Another request:
blockers=( ) fes=( FEDORA-2025-8af495bc2d FEDORA-2025-cfe39e5239 FEDORA-2025-75fbcc655e FEDORA-2025-6ec8dfc721 ) 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)
Metadata Update from @phsmoura: - Issue tagged with: medium-gain, medium-trouble, ops
Metadata Update from @jnsamyak: - Issue assigned to jnsamyak
Done
Metadata Update from @jnsamyak: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
One more to go:
blockers=( ) fes=( FEDORA-2025-7660881d3a ) 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!
blockers=( ) fes=( FEDORA-2025-b7ced6764d FEDORA-2025-7f30c2dde4 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
OK, some more to go after today's review meeting:
blockers=( ) fes=( FEDORA-2025-fa2ec708aa FEDORA-2025-9541fb0bf9 FEDORA-2025-f31d078526 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Some more to go. I'm leaving out GCC because it is not clear to me whether we actually need it to address the blocker.
blockers=( FEDORA-2025-5235a700a8 ) fes=( FEDORA-2025-839b28a92c FEDORA-2025-8ebf68a4a2 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Hello, here's another batch of updates to go stable, thank you.
blockers=( FEDORA-2025-73a6f8a23c FEDORA-2025-6a12d86df4 ) fes=( FEDORA-2025-363f87fb8c ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Updating Kamil's request with one more:
blockers=( FEDORA-2025-73a6f8a23c FEDORA-2025-6a12d86df4 ) fes=( FEDORA-2025-363f87fb8c FEDORA-2025-5b272a55b8 ) updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Re-opening for another, we need to push lorax stable for it to be used in the compose...
blockers=( FEDORA-2025-9721ad93dd ) fes=() updates=$(echo "${blockers[@]} ${fes[@]}" | xargs echo -n) # trim whitespace sudo -u apache bodhi-push --updates "${updates// /,}"
Log in to comment on this ticket.