ostree/src
James Westman 03d592b116
Fix annotations on ostree_mutable_tree_lookup()
(nullable) and (optional) were missing on lookup()'s out parameters,
which caused the rust bindings for the function to not work. Due to the
missing (nullable), it would return a Result<(GString, MutableTree), _>,
not a Result<(Option<GString>, Option<MutableTree>), _>, which led to
panics.
2022-05-30 17:36:07 -05:00
..
boot Add an `ostree-boot-complete.service` to propagate staging failures 2022-04-26 13:02:46 -04:00
libostree Fix annotations on ostree_mutable_tree_lookup() 2022-05-30 17:36:07 -05:00
libotutil glib: bump glib requirement to 2.66 and port to GUri 2022-03-12 04:44:18 +01:00
ostree Remove dup "--os=OSNAME" line in output of "ostree admin config-diff --help" 2022-05-25 11:15:39 +08:00
rofiles-fuse rofiles-fuse: Build using FUSE 3 if possible, falling back to FUSE 2 2022-01-04 09:41:38 +00:00
switchroot Update FSF license notices to use URL instead of address 2021-12-07 08:34:25 -05:00