From ae41e314ddf4d36b0a7b85ac861743af28eebfe5 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Aug 07 2023 10:09:14 +0000 Subject: [releng] Remove modularity from the branching SOP Signed-off-by: Tomas Hrcka --- diff --git a/modules/release_guide/pages/sop_mass_branching.adoc b/modules/release_guide/pages/sop_mass_branching.adoc index 962a1c0..ac31387 100644 --- a/modules/release_guide/pages/sop_mass_branching.adoc +++ b/modules/release_guide/pages/sop_mass_branching.adoc @@ -30,7 +30,6 @@ values. . https://pagure.io/fedora-kickstarts . https://pagure.io/fedora-comps . https://pagure.io/fedora-lorax-templates/ -. https://pagure.io/releng/fedora-module-defaults/ . https://pagure.io/workstation-ostree-config/ . https://src.fedoraproject.org/rpms/fedora-release . https://src.fedoraproject.org/rpms/fedora-repos @@ -105,13 +104,11 @@ Apps in https://pagure.io/fedora-infra/ansible[ansible] need to be updated to be Bodhi needs to be updated to add new release. This needs to be done in https://pagure.io/fedora-infra/ansible/blob/main/f/roles/bodhi2[bodhi2 role] in infra ansible repo. This change includes, updating -koji-sync-listener.py, new-updates-sync, pungi configs for both rpm and -modular updates, bodhi templates. +koji-sync-listener.py, new-updates-sync, pungi configs for rpm updates, bodhi templates. .... - roles/bodhi2/backend/files/new-updates-sync - roles/bodhi2/backend/tasks/main.yml -- roles/bodhi2/backend/templates/pungi.module.conf.j2 - roles/bodhi2/backend/templates/pungi.rpm.conf.j2 - roles/bodhi2/backend/templates/koji_sync_listener.toml .... @@ -153,14 +150,6 @@ a compose. Please check the file `roles/robosignatory/templates/robosignatory.toml.j2` from the https://pagure.io/fedora-infra/ansible/c/a7dcdbd794e728f7b80b1afc6c142c0196b8c1a3?branch=main[commit] for your reference. -===== mbs - -Add the new rawhide platform. Its done in -https://pagure.io/fedora-infra/ansible/blob/main/f/roles/mbs[mbs role] -in infra ansible repo. - -Please check the file `roles/mbs/common/files/default-modules.production/platform-f38.yaml` from the https://pagure.io/fedora-infra/ansible/c/549e5d3ace41c04fdbef9d81f359f16c2fe0c2fa?branch=main[commit] for your reference. - ===== Push the changes When done editing the files, commit, push and apply them via the @@ -379,8 +368,6 @@ missing repos. The following commands should be run on `` $ sudo ln -s /mnt/koji/compose/updates/empty-repo/ /mnt/koji/compose/updates/f{branched}-updates $ sudo ln -s /mnt/koji/compose/updates/empty-repo/ /mnt/koji/compose/updates/f{branched}-updates-testing -$ sudo ln -s /mnt/koji/compose/updates/empty-repo/ /mnt/koji/compose/updates/f{branched}-modular-updates -$ sudo ln -s /mnt/koji/compose/updates/empty-repo/ /mnt/koji/compose/updates/f{branched}-modular-updates-testing `` ===== Creating Empty Repos