Commit graph

6 commits

Author SHA1 Message Date
Breadway
fc408878de Remove leftover pacman packaging (breadhelp moved to bakery-only)
All checks were successful
dev release / build (push) Successful in 4m52s
2026-07-31 11:10:54 +08:00
Breadway
a0960948ea CI: single-trunk model — dev triggers on main, beta becomes RC-tag-triggered
Replaces the dev/beta branch split with one trunk (main): dev-track
builds still publish on every push, but the beta track now publishes
from a vX.Y.Z-rc.N prerelease tag instead of a separately-maintained
beta branch. Removes the branch nobody reliably kept in sync.
2026-07-31 11:05:29 +08:00
Breadway
de382536aa Onboard onto bakery: bakery.toml + dev/beta/release CI, relocate content paths
Some checks failed
dev release / build (push) Failing after 1m0s
beta release / build (push) Failing after 57s
Adds bakery.toml (binaries, license_file, desktop_file, data_archive for
the guide content directory) and the standard three-track CI workflows,
mirroring the pattern used across the rest of the bread ecosystem.

Also fixes the tour/troubleshooting-symptoms loaders (tour.rs,
troubleshoot.rs) to check the bakery-writable user content root
(~/.local/share/breadhelp/content) before the system path a pacman
package would have used — the main ContentStore already did this via
user_content_root(), these two were the last holdouts still hardcoded to
/usr/share/breadhelp only.
2026-07-23 10:10:30 +08:00
Breadway
292172909a CI: install gtk4-layer-shell before makepkg dependency check
Some checks failed
Build and publish package / package (push) Failing after 1m49s
makepkg without -s doesn't auto-resolve deps; the pacman -Syu step must
list every runtime dep the PKGBUILD declares. gtk4/glib2 happened to
already be listed for a different reason (build toolchain), but
gtk4-layer-shell and hicolor-icon-theme were missing, failing the v0.2.0
CI run before it ever built anything.
2026-07-15 19:08:21 +08:00
Breadway
4b1d0ca889 Drop GitHub mirror workflow for now (Forgejo-only remote)
Some checks failed
Build and publish package / package (push) Failing after 37s
2026-07-15 19:04:31 +08:00
Breadway
15b0383c21 Add standalone repo scaffolding (README, packaging, CI)
Adds the release/CI machinery bos-settings already has in its own repo:
Forgejo package.yml (tag -> build -> publish to [breadway]) and
mirror.yml (Forgejo -> GitHub). PKGBUILD updated for the flattened
layout and dropped -p breadhelp now that this isn't a workspace member.
2026-07-15 19:00:30 +08:00