-
Story
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
False
-
None
-
False
-
Testable
-
-
https://pagure.io/releng/issue/12060
Time for a Fedora 40 Final candidate. Please include:
-
-
-
- Freeze exceptions ####
-
-
- [FEDORA-2024-75f8d1b977: phoc-0.37.0-1.fc40 phosh-0.37.1-1.fc40](https://bodhi.fedoraproject.org/updates/FEDORA-2024-75f8d1b977) for [⧣2261461](https://bugzilla.redhat.com/show_bug.cgi?id=2261461)
- [FEDORA-2024-b5511d9802: snapshot-46.1-3.fc40](https://bodhi.fedoraproject.org/updates/FEDORA-2024-b5511d9802) for [⧣2274061](https://bugzilla.redhat.com/show_bug.cgi?id=2274061)
-
-
-
- Releng commands ####
-
-
Untag all previous builds:
```
koji list-tagged f40-compose --quiet | awk '
' | xargs -rt koji untag-pkg f40-compose
```
and then tag the new builds:
```
blockers=(
)
fes=(
phoc-0.37.0-1.fc40 phosh-0.37.1-1.fc40
snapshot-46.1-3.fc40
)
koji tag-build f40-compose ${blockers[@]} ${fes[@]}
```