bread-ecosystem/bakery/src
Breadway 2affeabce0 bakery: a failed data-archive download must not abort the whole install
`fetch_verify_write` treats a download/checksum failure as a soft
warning and returns Ok without writing — but the `NamedTempFile` is
already created (0 bytes). Gating extraction on `exists()` let the
empty file reach `tar tvf`, which bailed with a misleading "not in
gzip format" and aborted the install. Gate on non-empty instead.
2026-08-31 15:37:52 +08:00
..
doctor.rs bakery: restyle CLI output with headers, columns, and progress 2026-08-15 23:50:27 +08:00
download.rs bakery: add system prefix installs for BOS 2026-08-16 00:00:19 +08:00
install.rs bakery: a failed data-archive download must not abort the whole install 2026-08-31 15:37:52 +08:00
main.rs bakery: add system prefix installs for BOS 2026-08-16 00:00:19 +08:00
manifest.rs bakery: add system prefix installs for BOS 2026-08-16 00:00:19 +08:00
prefix.rs bakery: add system prefix installs for BOS 2026-08-16 00:00:19 +08:00
state.rs bakery: add system prefix installs for BOS 2026-08-16 00:00:19 +08:00
track.rs bakery: add search, completions, rollback, verify, purge, dry-run, self-update 2026-08-05 17:10:31 +08:00
ui.rs bakery: restyle CLI output with headers, columns, and progress 2026-08-15 23:50:27 +08:00