#3564 kojira.conf 'ignore_tags' doc does not match code
Closed: Fixed by tkopecek. Opened by kkzxak47.

ignore_tags = ''
Comma-separated globs for tag names. These tags are simply ignored
by kojira (but they can still be manually regenerated via koji regen-repo command.

This is not the case, the code is

ignore = self.options.ignore_tags.split()

Apparently you have to use blank space, not comma.


Good catch - it is correctly described in example conf but not in docs.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.31
- Issue tagged with: doc

PR #3565

Commit 1c4f078a fixes this issue

Commit 4a862703 relates to this ticket

Metadata Update from @jcupova:
- Issue tagged with: no_qe

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/3564

Please continue any further discussion there.

Metadata
Related Pull Requests