Skip to content

Commit

Permalink
WIP: Adapt to and use new ostree-ext tar-split branch
Browse files Browse the repository at this point in the history
Depends ostreedev/ostree-rs-ext#123

We gain a new `rpm-ostree container-encapsulate` option which
is like `ostree container encapsulate`, but generates chunked
images using the RPM database.

And on the client side, we now know how to handle incremental
updates - chunks that haven't changed won't be redownloaded.
  • Loading branch information
cgwalters committed Mar 29, 2022
1 parent ae73ba5 commit 85f8727
Show file tree
Hide file tree
Showing 11 changed files with 565 additions and 22 deletions.
24 changes: 18 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ bin-unit-tests = []
sanitizers = []

default = []

[patch.crates-io]
ostree-ext = { git = "https://github.com/ostreedev/ostree-rs-ext" }
#ostree-ext = { path = "../../ostreedev/ostree-rs-ext/lib" }
Loading

0 comments on commit 85f8727

Please sign in to comment.