ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
80 stars 26 forks source link

chunking: Ignore ostree commit layer #531

Closed cgwalters closed 1 year ago

cgwalters commented 1 year ago

I was hitting a panic in this section of the code; I think triggering it involves removing packages, but I haven't narrowed it down more precisely.

Hopefully at some point I will try to add some more unit testing for this...