MCPcopy Create free account
hub / github.com/bootc-dev/bootc / package_srpm

Function package_srpm

crates/xtask/src/xtask.rs:603–607  ·  view source on GitHub ↗
(sh: &Shell)

Source from the content-addressed store, hash-verified

601}
602
603fn package_srpm(sh: &Shell) -> Result<()> {
604 let srpm = impl_srpm(sh)?;
605 println!("Generated: {srpm}");
606 Ok(())
607}
608
609/// Generate and normalize a JSON schema from the binary.
610/// Ensures a consistent trailing newline so files are stable across editors.

Callers 1

try_mainFunction · 0.85

Calls 1

impl_srpmFunction · 0.85

Tested by

no test coverage detected