Dan Nicholson

Results 168 comments of Dan Nicholson

The other part that seems important to me is to have a workflow that enforces it. Without that people will forget to do it and we'll continue to get commits...

https://github.com/marketplace/actions/clang-format-check seems like a drop in.

There are 2 parts I'd like to think about before adding this. 1. @jallwine what does your `setup.sh` actually do? Anything that can be done with the builtin loader is...

Yeah, that would be nice, too. Although, you then have to handle conversion from GVariant to JSON, which... maybe? In the `ostree admin status` it's more straightforward textual output that...

This is old, but I was looking at this in the context of endlessm/eos-updater#281 because we use it there for testing. Regardless of where it's installed, at the moment we'd...

> If this were to be listed in a pkg-config file, it would be nice to use a separate one so that it could be packaged separately and installed independently...

I hadn't actually looked at the ostree sign API before, but most of the pieces are there to not even have to interface with libsodium. [ostree_sign_data](https://ostreedev.github.io/ostree/reference/ostree-Signature-management.html#ostree-sign-data) will make the signature...

Can you run `ostree static-delta show` on the generated delta?

Thanks. So the delta didn't have fallback objects like would be expected for a single file commit using the same path. However, your pull shows it fetching objects in addition...

Also, what version of ostree is this?