From 583f240ca6d3f4dbdcc15377b11d917e915faf5a Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Aug 12 2020 17:39:50 +0000 Subject: Doc for updating rawhide koji repo after branching Signed-off-by: Mohan Boddu --- diff --git a/docs/source/sop_mass_branching.rst b/docs/source/sop_mass_branching.rst index c222439..5f7840e 100644 --- a/docs/source/sop_mass_branching.rst +++ b/docs/source/sop_mass_branching.rst @@ -942,6 +942,16 @@ Then, you need to restart **fm-consumer@config.service** and **bodhi-celery.serv .. note:: Build fedora-release, fedora-repos package for **rawhide after enabling the rawhide gating** +Update rawhide koji repo +^^^^^^^^^^^^^^^^^^^^^^^^ + +We need to point the *rawhide* buildroot repo to the newly created rawhide buildroot. This way kojira doesn't make a newrepo for *rawhide* target as often as fxx-build (new rawhide buildroot). + +Run the following command from any of the compose boxes + +:: + $ cd /mnt/koji/repos/rawhide; rm -f latest; ln -s ../f34-build/latest ./latest + Enable autosigning on branched release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^