#98 Add some mention regarding modular compose paths
Closed by ppisar. Opened by fivaldi.
fedora-docs/ fivaldi/modularity modular_compose_paths  into  master

Download 98.patch

Metadata Update from @ppisar:
- Request assigned

What's the point of an italic "s" in "releng__s__"?

rebased onto 12b2f9f774d7904f5d18d9357460aaedccf860cd

diff --git a/modules/ROOT/pages/building-modules/fedora/module-obsoletes.adoc b/modules/ROOT/pages/building-modules/fedora/module-obsoletes.adoc
index 1ac69ba..256d99d 100644
--- a/modules/ROOT/pages/building-modules/fedora/module-obsoletes.adoc
+++ b/modules/ROOT/pages/building-modules/fedora/module-obsoletes.adoc
@@ -75,7 +75,8 @@ First, testing metadata are checked to make sure your libmodulemd is able to han
 module obsoletes. Then the actual metadata in the `obsoletes/` directory are validated.
 . *After a successful validation*, file a https://pagure.io/releng/fedora-module-defaults/pull-requests[pull request]
-for the module obsolete to be included in the repository.
+for the module obsolete to be included in the repository. Use branch _main_ for including module
+obsoletes into Fedora Rawhide. Check fedora-module-defaults repository for all the branches.
 === Configure pungi for module obsoletes and create a modular compose
@@ -88,11 +89,13 @@ for the module obsolete to be included in the repository.
     module_obsoletes_dir = {
         'scm': 'git',
         'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
-        'branch': 'main',
+        'branch': 'main',  # main for Rawhide, otherwise must match the fedora-module-defaults branch
         'dir': 'obsoletes'
     }
 ----
+NOTE: Check https://pagure.io/pungi-fedora[pungi-fedora] for all the branches.
+
 . Follow https://docs.pagure.org/pungi[pungi docs] on how to create a modular compose.
 +
 TIP: Check the https://docs.pagure.org/pungi/gathering.html#modular-compose[gathering phase of a modular compose]
@@ -107,7 +110,7 @@ appear.
 . Backward (backporting): Since the module obsoletes are checked within any modular compose build,
 you may wait for some other module's update to push the changes through. This can be an issue in
-case of an already EOLed/dead module. Again, follow the steps above and contact releng__s__
+case of an already EOLed/dead module. Again, follow the steps above and contact releng team
 requesting manual modular compose build.
 When the obsoletes metadata appear in the repodata (`modules.yaml` file), DNF is expected

@ppisar Updated

Good. I applied on top of master because I had to adjust the previous text to build with a new Antora 3.0.1.

Pull-Request has been closed by ppisar

Metadata