fn impl_raw_export<W: Write>(
repo: &Repo,
commit_checksum: &str,
out: &mut Builder<W>,
) -> Result<()>Expand description
Export an ostree commit as a “raw” tar stream - just the filesystem content
with /usr/etc -> /etc remapping, without ostree repository structure.