Miro Hrončok

Results 305 comments of Miro Hrončok

> Wouldn't a simple script `koji-side-tag-mock-config` generating the mock-config (with include the default) help here? Yes, but that would help me, not others.

As a workaround, I can use `config_opts["dnf.conf"]` which seems to work both with dnf and dnf5.

`config_opts.package_manager` somehow exists. I don't know how, but it does.

```pycon >>> from templated_dictionary import TemplatedDictionary >>> td = TemplatedDictionary() >>> td['package_manager'] = 'dnf' >>> td.package_manager 'dnf' ```

TemplatedDictionary stores the value:key pairs in `self.__dict__`, making them accessible as attributes.

As a side issue I've opened https://github.com/xsuchy/templated-dictionary/issues/4

(This issue is not blocking me in any way. But it is a regression nevertheless. If you decide to wontfix it, I'm OK with that.)

Koji also has i686 but there are no such c9s configs here, so I did not add them.

The discussion seems to have ended. The configs still exist and provide a combination of cXs with plain epelX which does not actually work (for X in 8, 9).