Vladimír Slávik

Results 67 comments of Vladimír Slávik

* Great that it's jinja 2, we already use it in the ansible stuff in `builders`, so at least it's a reusable skill :) * I agree the config should...

Side note: We will have to think also about which files should be named in `.structure-config`, but that's fine in a later PR. We are still to find out what...

Do you mean removing only the prefixes in console? That sounds good.

@velezd what do we do with this?

/kickstart-test --testtype smoke

/kickstart-test --testtype coverage

Just to note what I found this far: - The parameter is not used anywhere in current code, always defaults to True. - It's pretty hard to get any historical...

This is too much of a jump so it will not work.

Thank you! This part of unit tests probably needs fixing, although that's just cosmetics: ``` W0611(unused-import):/tmp/anaconda/pyanaconda/modules/network/network.py:26,0: : Unused SystemBus imported from pyanaconda.core.dbus ``` On the other hand, pylint is now...