Karel Srot

Results 60 comments of Karel Srot

Hm, it seems it didnt help, I'm sorry. Weird.

~~ I think I know whats going on. F39 image Is old and already contains old tpm2-tss package. Therefore the -devel subpackage gets installed in the same old version. Either...

Hi Michael, try rescheduling it once more. In https://github.com/keylime/rust-keylime/pull/795 CI has passed for me even without an explicit makecache call.

Could you please elaborate on the intended container use case? Without namespaced IMA the agent cannot distinguish whether a file comes from the host, agent container or a different container....

> This should be fixed by #765 > > This is still open because there is no test running on the CI to verify that it works as expected with...

Reading the example mentioned above ``` discover: - how: fmf url: https://github.com/project1 - how: fmf url: https://github.com/project2 /basic: summary: Quick set of basic functionality tests discover+: filter: tier:1 /features: summary:...

> LecrisUT Is it possible to process files across repos? Anyway, I agree that being explicite Is better, I like * symbol

I did POC of `+*` operator in https://github.com/teemtee/fmf/pull/256 If you are OK with the approach&code I can extend it co include `-*` as well.

> Should work well as we've introduced. Probably some feature break this behaviour. I remember I've implemented it in #93 Your test is still working, however the major difference here...

So it could be more like this: ``` /e2e: summary: run keylime e2e tests prepare: how: shell script: - ln -s $(pwd) /var/tmp/keylime_sources adjust: - when: distro == centos-stream-9 script+:...