From 5545e7b2b118401f3a152555426fca2396c46386 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Aug 23 2023 21:11:46 +0000 Subject: Adjust bodhi config for bodhi enablement and final release We want stable updates to go to the base tag until the final release. Once we are at final, we want them to go to updates instead. Signed-off-by: Kevin Fenzi --- diff --git a/modules/release_guide/pages/beta_freeze.adoc b/modules/release_guide/pages/beta_freeze.adoc index 22a5493..28d9e8c 100644 --- a/modules/release_guide/pages/beta_freeze.adoc +++ b/modules/release_guide/pages/beta_freeze.adoc @@ -34,7 +34,7 @@ and also bodhi knows to compose the updates [source,subs="attributes+"] .... -$ bodhi releases edit --name "F{branched}" --stable-tag f{branched}-updates --testing-repository updates-testing --package-manager dnf --no-create-automatic-updates --composed-by-bodhi --state frozen +$ bodhi releases edit --name "F{branched}" --stable-tag f{branched} --testing-repository updates-testing --package-manager dnf --no-create-automatic-updates --composed-by-bodhi --state frozen .... === Add the modular release diff --git a/modules/release_guide/pages/final_release.adoc b/modules/release_guide/pages/final_release.adoc index 8bbff20..83fcb6e 100644 --- a/modules/release_guide/pages/final_release.adoc +++ b/modules/release_guide/pages/final_release.adoc @@ -22,6 +22,13 @@ Set the bodhi release to `current` $ bodhi releases edit --name F{branched} --state current .... +Set the bodhi stable tag to use updates +[source,subs="attributes+"] +.... +$ bodhi releases edit --name F{branched} --stable-tag f{branched}-updates +.... + + Set EOL of oldest release to corret date [source,subs="attributes+"] ....