#3564 kojira.conf 'ignore_tags' doc does not match code
Closed: Fixed a year ago by tkopecek. Opened a year ago 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

a year ago

Commit 4a86270 relates to this ticket

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

a year ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #3565 Merged a year ago