bread-ecosystem/scripts
Breadway 157ed6e378
Some checks failed
Mirror to GitHub / mirror (push) Failing after 1s
release bakery / build (push) Failing after 44s
release bread-theme / build (push) Failing after 15s
Build and publish package / package (push) Successful in 1m13s
bakery: rotate signing key, fix broken index-signature verification
The old bakery-signing-key.minisign-sec on hestia was password-encrypted
and the password was lost, so scripts/gen-index.sh never actually signed
index.json (silent no-op warning). bakery/src/manifest.rs (0.3.0+) hard-
requires that signature, so every bakery command has been failing with
'fetching index.json.minisig — the index must be signed before it can be
trusted' since the signing enforcement shipped.

Generated a new no-password minisign keypair on hestia
(~/.secrets/bakery-signing-key-2.minisign-sec), updated the hardcoded
PUBKEY in manifest.rs and get.sh to match, wired
BAKERY_MINISIGN_SEC_KEY_PATH as a Forgejo Actions secret so future CI
releases sign automatically, and manually signed+published the current
index.json on hestia so bakery works immediately.
2026-07-21 19:07:49 +08:00
..
cleanup-old-mirror-workflows.sh Add push-mirror provisioning + old mirror.yml cleanup scripts 2026-07-17 14:11:30 +08:00
doctor-channels.sh Move bakery's own release workflow from .github to .forgejo 2026-07-17 14:06:12 +08:00
gen-index.sh Fix audit findings: bakery index signing, artifact checksums, stale theme docs 2026-07-17 03:37:51 +08:00
get.sh bakery: rotate signing key, fix broken index-signature verification 2026-07-21 19:07:49 +08:00
setup-push-mirrors.sh Add push-mirror provisioning + old mirror.yml cleanup scripts 2026-07-17 14:11:30 +08:00
test-gen-index.sh Fix audit findings: bakery index signing, artifact checksums, stale theme docs 2026-07-17 03:37:51 +08:00