From 472457f2a944e5a882354dc3b7e79a611034cf77 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Mon, 29 Apr 2024 14:59:21 +0530 Subject: [PATCH] Move post release docs at correct place Signed-off-by: Samyak Jain --- modules/release_guide/pages/final_release.adoc | 18 ++++++++++++++++++ .../sysadmin_guide/pages/mirrormanager.adoc | 15 --------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/modules/release_guide/pages/final_release.adoc b/modules/release_guide/pages/final_release.adoc index ae372ec..a2a8a0c 100644 --- a/modules/release_guide/pages/final_release.adoc +++ b/modules/release_guide/pages/final_release.adoc @@ -132,3 +132,21 @@ Make sure all builds are properly tagged, for more info about the [issue](https: Verification is somewhat difficult as one cannot look at the content via the web server due to permissions. Typically we ask somebody from the Infrastructure team to give the tree a second set of eyes. + +== Post Release + +=== One Week After the Release + +In the first week after the release MirrorManager still uses the files +at `fedora/linux/development/` and not at +`fedora/linux/releases/` + +Once enough mirrors have picked up the files in the release directory +following script (on _mm-backend01_) can be used to change the paths in +MirrorManager: + +[source,subs="attributes+"] +.... +sudo -u mirrormanager mm2_move-devel-to-release --version={branched} --category="Fedora Linux" +sudo -u mirrormanager mm2_move-devel-to-release --version={branched} --category="Fedora Secondary Arches" +.... diff --git a/modules/sysadmin_guide/pages/mirrormanager.adoc b/modules/sysadmin_guide/pages/mirrormanager.adoc index 710c472..afa3da3 100644 --- a/modules/sysadmin_guide/pages/mirrormanager.adoc +++ b/modules/sysadmin_guide/pages/mirrormanager.adoc @@ -70,21 +70,6 @@ https://admin.fedoraproject.org/mirrormanager/. If the versioning scheme changes, it's possible this will fail. If so, contact the Mirror Wrangler. -== One Week After a Release - -In the first week after the release MirrorManager still uses the files -at `fedora/linux/development/` and not at -`fedora/linux/releases/` - -Once enough mirrors have picked up the files in the release directory -following script (on _mm-backend01_) can be used to change the paths in -MirrorManager: - -.... -sudo -u mirrormanager mm2_move-devel-to-release --version=26 --category="Fedora Linux" -sudo -u mirrormanager mm2_move-devel-to-release --version=26 --category="Fedora Secondary Arches" -.... - == Move to Archive Once the files of an EOL release have been copied to the archive