From 4a862703b4536e08893276c5791302af337eb92a Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Mon, 31 Oct 2022 10:02:05 +0100 Subject: [PATCH] kojira: fix docs Related: https://pagure.io/koji/issue/3564 --- docs/source/utils.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/utils.rst b/docs/source/utils.rst index 6259bd6e..8d3c3aaf 100644 --- a/docs/source/utils.rst +++ b/docs/source/utils.rst @@ -43,20 +43,20 @@ especially in relation to throttling in creating ``newRepo`` tasks. default. ``ignore_tags = ''`` - Comma-separated globs for tag names. These tags are simply ignored + Space-separated globs for tag names. These tags are simply ignored by kojira (but they can still be manually regenerated via ``koji regen-repo`` command. ``debuginfo_tags = ''`` - Comma-separated globs for tag names. Regenerated repos will have + Space-separated globs for tag names. Regenerated repos will have separate directory/repodata with corresponding debuginfo RPMs. ``source_tags = ''`` - Comma-separated globs for tag names. Regenerated repos will + Space-separated globs for tag names. Regenerated repos will contain also corresponding SRPMs. ``separate_source_tags = ''`` - Comma-separated globs for tag names. Regenerated repos will have + Space-separated globs for tag names. Regenerated repos will have separate directory/repodata with corresponding SRPMs. ``ignore_stray_repos = False``