From 9a6a25b63c4463800ed37715f6f951a6152333fc Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Feb 07 2019 09:36:59 +0000 Subject: Terminate the service level options Making the commands actually work. --- diff --git a/modules/ROOT/pages/making-modules/adding-new-modules.adoc b/modules/ROOT/pages/making-modules/adding-new-modules.adoc index ee658fd..54d201a 100644 --- a/modules/ROOT/pages/making-modules/adding-new-modules.adoc +++ b/modules/ROOT/pages/making-modules/adding-new-modules.adoc @@ -21,7 +21,7 @@ Requesting new stream branches for existing packages is done with `fedpkg`, and To create a new branch for a package that shares a name with the module (e.g. "postgresql"), run the following command which will create the package stream branch as well as the module and its stream branch together: ---- -$ fedpkg request-branch --repo=NAME --sl rawhide:2020-12-01 BRANCH +$ fedpkg request-branch --repo=NAME --sl rawhide:2020-12-01 -- BRANCH ---- * `NAME` — name of the package and the module * `BRANCH` — name of the stream branch of the package and the module @@ -30,7 +30,7 @@ $ fedpkg request-branch --repo=NAME --sl rawhide:2020-12-01 BRANCH If this package does not share a name with the module (such as for dependencies), then only request the stream branch for this package: ---- -$ fedpkg request-branch --repo=NAME --sl rawhide:2020-12-01 --no-auto-module BRANCH +$ fedpkg request-branch --repo=NAME --no-auto-module --sl rawhide:2020-12-01 -- BRANCH ---- * `--no-auto-module` — Skip the creation of a module of the same name