Now that f31 is final we need to fixup the ostree refs.
After the last branched compose, but before the first bodhi updates run, please run all of the commands in both the compose/ostree/repo/ and ostree/repo/ directories under the koji mount.
compose/ostree/repo/
ostree/repo/
# sudo ostree refs --create=fedora/31/x86_64/updates/silverblue fedora/31/x86_64/silverblue # sudo ostree refs --create=fedora/31/aarch64/updates/silverblue fedora/31/aarch64/silverblue # sudo ostree refs --create=fedora/31/ppc64le/updates/silverblue fedora/31/ppc64le/silverblue # sudo ostree refs --delete fedora/31/x86_64/silverblue # sudo ostree refs --delete fedora/31/aarch64/silverblue # sudo ostree refs --delete fedora/31/ppc64le/silverblue # sudo ostree refs --alias --create=fedora/31/x86_64/silverblue fedora/31/x86_64/updates/silverblue # sudo ostree refs --alias --create=fedora/31/aarch64/silverblue fedora/31/aarch64/updates/silverblue # sudo ostree refs --alias --create=fedora/31/ppc64le/silverblue fedora/31/ppc64le/updates/silverblue
Following that run this command in just the ostree/repo/ repo:
# sudo ostree summary -u
These achieve the following goals for each arch:
This looks sane to me!
+1 :thumbsup:
@mohanboddu executed these steps this morning. Closing this out as fixed
Metadata Update from @dustymabe: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)