We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bc043 commit 7e7cf06Copy full SHA for 7e7cf06
crates/lib/src/deploy.rs
@@ -577,6 +577,10 @@ async fn deploy(
577
&opts,
578
Some(cancellable),
579
)?;
580
+ tracing::debug!(
581
+ "Soft reboot capable: {:?}",
582
+ sysroot.deployment_can_soft_reboot(&d)
583
+ );
584
Ok(d.index())
585
}),
586
)
crates/ostree-ext/Cargo.toml
@@ -50,7 +50,7 @@ io-lifetimes = "3"
50
libsystemd = "0.7.0"
51
ocidir = "0.4.0"
52
# We re-export this library too.
53
-ostree = { features = ["v2025_2"], version = "0.20" }
+ostree = { features = ["v2025_3"], version = "0.20.3" }
54
pin-project = "1.0"
55
tar = "0.4.43"
56
tokio-stream = { features = ["sync"], version = "0.1.8" }
0 commit comments