#8933 FBR: fixup silverblue refs for f31
Closed: Fixed by dustymabe. Opened by dustymabe.

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.

# 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:

  • creating a new updates ref (will be updated by bodhi pungi runs in the future)
  • carrying forward history from the old non-updates refs (i.e. the nightly composes)
  • aliasing the non-updates ref to the updates ref (user systems follow this ref)

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)

Metadata