CI: stage bakery from signed stable index, drop bread-theme cargo build
The tagged ISO workflow fetched bos-settings/src/Cargo.toml from the dev branch (404 after the Tauri split) and cargo-built bread-theme. bread-theme 0.7.1 is already on the stable index. Stage required bins, units, breadhelp content, and desktop/license files from the minisign-verified index instead; optional bread-emit/module-host skip until bread publishes them. Fail the bake if a required bin is missing.
This commit is contained in:
parent
3ab97c1634
commit
a3ead6607a
16 changed files with 687 additions and 154 deletions
|
|
@ -1,8 +1,12 @@
|
|||
# `dotfiles/` is not the live skel
|
||||
|
||||
These files are a leftover from an earlier design (Hyprland `.conf` binds,
|
||||
including grimblast). They are **not** copied into the ISO or the installed
|
||||
system.
|
||||
These files are a leftover from an earlier design (Hyprland `.conf` binds).
|
||||
They are **not** copied into the ISO or the installed system.
|
||||
|
||||
`dotfiles/hypr/keybinds.conf` still mentions `grimblast`. That is not the
|
||||
screenshot tool BOS ships — live binds use **breadshot**
|
||||
(`iso/airootfs/etc/skel/.config/hypr/binds.json`). Do not treat grimblast
|
||||
as current.
|
||||
|
||||
Live user defaults live in [`iso/airootfs/etc/skel`](../iso/airootfs/etc/skel)
|
||||
(`hyprland.lua` + `binds.json`, breadlock/`loginctl lock-session`, breadshot,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# STALE — not the live Hyprland binds. Not copied into the ISO.
|
||||
# Screenshots are breadshot (see iso/airootfs/etc/skel/.config/hypr/binds.json),
|
||||
# not grimblast. Do not copy from this file.
|
||||
|
||||
$mod = SUPER
|
||||
|
||||
# App launchers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue