Jonathan Lebon

Results 653 comments of Jonathan Lebon

We probably need someone to spike on researching and evaluating the different choices. I think Fedora has a translation tool which contributors can use to pitch in from a web...

This is how local packages behave. By default, if you do `rpm-ostree install path/to/pkg.rpm`, rpm-ostree will always pin to that specific RPM. If you obtain the RPM from the repo,...

> I have an idea, perhaps when an rpm is passed to `rpm-ostree override path/to/my.rpm` it checks whether it's overriding the system, in which case it's the current override behaviour,...

> Yes, would be nice to do something about this. The layered local rpms never getting updated issue is causing quite a bit of trouble for people rebasing to a...

Isn't that `rpm-ostree override remove foo --install bar`?

> Maybe that example or similar could be added under `override` in the man page? We don't have many examples in our man pages, but we really should so :+1:....

The inverse would be `rpm-ostree override reset wireplumber --uninstall pipewire-media-session`. The `--install` and `--uninstall` switches were added exactly for this use case where you need a transactional package set modification...

Note I opened https://github.com/containers/bubblewrap/issues/348 which goes over the options available.

While subtests are often used to separate truly independent subtests, in practice they're also used as "checkpoints" of test code that build on top of each other. So I don't...

@strigazi This is the build tool. For Fedora CoreOS, we're shipping an async release with the fixed kernel: https://github.com/coreos/fedora-coreos-tracker/issues/1118 (That said, we do still need to look into this issue...