Christian Kellner
Christian Kellner
> @teg Creating Ostree images, namely to exploit Ostree delta updates ability. This is for a mobile-robotics application. We have "many" thousands of robots at hundreds of sites, so this...
PR #1187 is 🟢, codecov here is very likely a fluke and not worth an extra run, I think this is good to go.
Sounds good to me!
So this is because `nssaltfiles` is not configured properly, although the package is installed. This is due to the detection logic in [`rpm-ostree`](https://github.com/coreos/rpm-ostree/blob/bfa1fc29400c476781cb1a32d470dc09ee34a090/rust/src/composepost.rs#L639) and authselect on Fedora 36 taking over...
I have a draft PR that I confirmed fixes the issue at https://github.com/osbuild/osbuild/pull/1085
We have done that in osbuild itself already: https://github.com/osbuild/osbuild/pull/1085, I am moving this Composer to make sure we did hook it up there too.
Would that be a transient object or something that you would want to store in the file?
NIX (C++, not sure about the python bindings) should support vlen strings already.
@achilleas-k problem is, what would be the type of the underlying property, i.e. the type of the DataSet in HDF5 holding the property? Catching the error earlier is of course...
@jgrewe this is all true but still, in C++ we support strings in datasets and in nixpy we don't. We should fix that!