From 5034e9731ae7fd3784759dbbbcc43f10358f9d43 Mon Sep 17 00:00:00 2001 From: Dominik Rumian Date: Aug 23 2021 11:02:48 +0000 Subject: Changing escaping of dash in docs. Sphinx now requires to use one '\' to escape dash to produce double-dash ('--') Signed-off-by: Dominik Rumian --- diff --git a/doc/source/releases/1.62.rst b/doc/source/releases/1.62.rst index 965421e..2eee7e5 100644 --- a/doc/source/releases/1.62.rst +++ b/doc/source/releases/1.62.rst @@ -13,7 +13,7 @@ rpkg works with Python 2.7, 3.7, 3.8 and 3.9. What's new in rpkg 1.62 ----------------------- -Add `\\-\\-signing-intent` and `\\-\\-repo-url` to 'flatpak-build' +Add `\-\-signing-intent` and `\-\-repo-url` to 'flatpak-build' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When ``flatpak-build`` was first added as a command, the ``--signing-intent`` and ``--repo-url`` parameters weren't implemented in OSBS for Flatpak builds; since then the Flatpak and non-Flatpak paths have been unified to a greater extent, making these options work. So move them to the code that is shared between ``build-container`` and ``build-flatpak``. @@ -25,7 +25,7 @@ Add new layout for packages that missing specfile ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Some packages are missing some files that are essential for other layouts. For example specfile(s). Rpkg detects these packages and assigns the layout to them. It allows ``retire`` command for these packages. -container-build: fix help text for `\\-\\-isolated` argument +container-build: fix help text for `\-\-isolated` argument ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When a user submits an isolated build to OSBS, that setting does not affect OSBS's bump_release plugin at all. Remove the language about auto-incrementing the release value from the ``--help`` text. diff --git a/doc/source/releases/1.63.rst b/doc/source/releases/1.63.rst index 1f3b00e..9f0f8f8 100644 --- a/doc/source/releases/1.63.rst +++ b/doc/source/releases/1.63.rst @@ -82,7 +82,7 @@ Skip NVR check if the %autorelease macro is used ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If a spec file sets the release field to the '%autorelease' macro, don't even attempt to check if the build exists already, as using the macro ensures that a new release number is used. -Add `\\-\\-offline` cli argument for `new-sources` +Add `\-\-offline` cli argument for `new-sources` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It just updates 'sources' without uploading the files. @@ -99,7 +99,7 @@ Fix `container-build` ignoring values when the same argument is specified multip --arg1 A B --arg1=A --arg1=B # without fix, only B was processed -Add \\-\\-skip-nvr-check to the `scratch-build` command +Add \-\-skip-nvr-check to the `scratch-build` command ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When building in EPEL7 for the different target system, the build sometimes fails with unknown or missing macro/tag. This allows the packager to skip this rpm fail and continue with ``--skip-nvr-check`` argument. Previously, it was allowed for subcommands ``build`` and ``chain-build``. Now, argument parsing code could be moved to the common method.