From 543c184e0d5dfb998bee0dcbcadfdae9415a76c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 13 Jul 2017 10:01:50 +0200 Subject: [PATCH] docs: Minor improvements to documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add description for `gather_method` * fix typo in `createrepo_deltas` Signed-off-by: Lubomír Sedlář --- doc/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 86408c77..97204d19 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -367,7 +367,7 @@ Options **createrepo_deltas** = False (*bool*) -- generate delta RPMs against an older compose. This needs to be - used together with `--old-composes`` command line argument. + used together with ``--old-composes`` command line argument. **createrepo_use_xz** = False (*bool*) -- whether to pass ``--xz`` to the createrepo command. This will @@ -497,7 +497,8 @@ Options (*str*) -- from where to read initial package list; expected values: "comps", "none" **gather_method** [mandatory] - (*str*) -- "deps", "nodeps" + (*str*) -- Options are ``deps`` and ``nodeps``. Specifies whether package + dependencies should be pulled in as well. **gather_fulltree** = False (*bool*) -- When set to ``True`` all RPMs built from an SRPM will always be