This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
container: Fix importing to archive repos #495
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
triaged
Right now this fails due to https://github.com/ostreedev/ostree/blob/a113b2be3f597c2e4368f840063da70389e26fb0/src/libostree/ostree-repo-commit.c#L2745
Perhaps the simplest hack is to spawn a helper thread which writes the tar stream to a pipe, and then point a GUnixInputStream at the read side of the pipe
The text was updated successfully, but these errors were encountered: