Skip to content

Commit

Permalink
Track ostree-ext git
Browse files Browse the repository at this point in the history
This way we'll get the updated `/var` handling in our -dev
images for ease of testing.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Feb 11, 2024
1 parent a86f8a6 commit 79295ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions contrib/packaging/bootc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ cat >>.cargo/config.toml << EOF
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/ostreedev/ostree-rs-ext?rev=cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f"]
git = "https://github.com/ostreedev/ostree-rs-ext"
rev = "cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
EOF
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anstream = "0.6.11"
anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.0.4", features = ["serde1"] }
ostree-ext = { version = "0.13" }
ostree-ext = { version = "0.13", git = "https://github.com/ostreedev/ostree-rs-ext", rev = "cb9eab9b7d1061bcdc2b797c7370aa8d21375b2f" }
chrono = { version = "0.4.23", features = ["serde"] }
clap = { version= "4.2", features = ["derive"] }
clap_mangen = { version = "0.2", optional = true }
Expand Down

0 comments on commit 79295ce

Please sign in to comment.