Luca Bruno
Luca Bruno
When rewriting the test at https://github.com/ostreedev/ostree/pull/2468, I had the need to gather the `stateroot` value for the current boot. I quickly hacked together a way to extract it from `ostree...
This aligns all canonical permissions masks to 0775, which is relevant for bare-user-only mode. Such mask is already used for user-mode pulls and checkouts; however the commit logic/modifier was using...
From the code review at https://github.com/ostreedev/ostree/pull/2411#discussion_r690416686: > I think we can push this forward into fully using autocleanups with > `_ostree_repo_auto_transaction_start (repo, cancellable, error);`? > > Oh I see, that's...
While looking into https://github.com/ostreedev/ostree/issues/2283 I noticed some possible umount races on shutdown for the the ostree bindmounts. This shows up in in the journal logs for the (automatically mirrored) mount...
In https://github.com/ostreedev/ostree/pull/2428 we had to leave out some `ostree fsck` checks because they fail on `bare-user` repositories when the testsuite is run under a non-privileged user. The same check succeeds...
First of all, thanks for the project and the docs! Starting from no knowledge about monitoring mixins, I was trying to write some quick dashboarding mixin for a project of...
I'm still learning/experimenting with this crate, so sorry if this is already covered somehow and I missed it. I'd like to integrate span-tracing and report-sending logic into an existing futures-based...
**Host system details** ``` # rpm-ostree status State: idle AutomaticUpdatesDriver: Zincati DriverState: active; periodically polling for updates (last checked Thu 2022-08-25 08:29:02 UTC) Deployments: ● fedora:fedora/s390x/coreos/testing Version: 36.20220806.2.0 (2022-08-08T16:10:51Z) BaseCommit:...
First, thanks a lot for this, it's great! I've voiced for it to get more consideration by upstream, and we plan to actively use it for bootstrap purposes in Debian....
RFC: clap v4 comes with several additional deprecations, which I haven't yet looked at. We can either do it here, or leave it for later.