From a2bc9a4f5edc843bc8bd2b8212cff4b6acc1a76b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Nov 10 2022 21:07:58 +0000 Subject: Updating the ostree refs for final compose Signed-off-by: Mohan Boddu --- diff --git a/docs/source/sop_composing_fedora.rst b/docs/source/sop_composing_fedora.rst index bece632..cd2753a 100644 --- a/docs/source/sop_composing_fedora.rst +++ b/docs/source/sop_composing_fedora.rst @@ -296,6 +296,8 @@ Update silverblue refs Please update the refs as per the following commands on `bodhi-backend01.phx2.fedoraproject.org` +Run the following commands from `/mnt/koji/compose/ostree/repo` and `/mnt/koji/ostree/repo/` + :: $ sudo -u ftpsync ostree refs --create=fedora/31/x86_64/updates/silverblue fedora/31/x86_64/silverblue @@ -310,6 +312,12 @@ Please update the refs as per the following commands on `bodhi-backend01.phx2.fe $ sudo -u ftpsync ostree refs --alias --create=fedora/31/aarch64/silverblue fedora/31/aarch64/updates/silverblue $ sudo -u ftpsync ostree refs --alias --create=fedora/31/ppc64le/silverblue fedora/31/ppc64le/updates/silverblue +Run the following command only from `/mnt/koji/ostree/repo/` + +:: + + $ sudo ostree summary -u + .. note:: Before pushing the updates to fxx-updates, run the last branched compose so that both branched and rc composes have the same content. Once the branched compose is done, then update the silverblue refs as mentioned above.