Miloš Prchlík
Miloš Prchlík
* LGTM, I like the reuse of existing plugins, that's very nice. * Would it also make sense to support the `container` plugin? IIUIC, the image produced by `podman` can...
> I'm still trying to speedrun reading/learning all things bootc (and tmt provisioning plugins), but fwiw, looks cool to me. > > @happz about the container plugin support - [Fedora...
Bumping to 1.39: we decided to shorten the 1.38 release cycle and ship it tomorrow to deliver two important features. 1.39 should be also shortened, taking just 2 weeks.
/packit build
A couple of comments, mostly to improve readability (and prevent `--cpu` and `--memory` from sneaking back into tmt when I finally got rid of them in `virtual` :) @ckyrouac please,...
/packit build
/packit build
An example of tmt output when this becomes available - it borrows from the similar output of `--log-topic=policy`, note the "diff" of keys after a rule applies. 
Good idea, I didn't realize there's this kind of opportunity, definitely makes sense to unify. But, I would go further: how about moving the pattern and detection into the `Hint`...
> LGTM. > > Seeing `import re` I've wondered how the hints.py would look if they could also accept glob patterns, as for cases like `ansible-playbook*not found`, regex seem like...