Commit graph

10 commits

Author SHA1 Message Date
Breadway
861d296462 fix(ci): add cargo to PATH for host runner
Some checks failed
release / build (push) Failing after 11s
Mirror to GitHub / mirror (push) Failing after 1s
Build and publish package / package (push) Failing after 33s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 18:54:32 +08:00
Breadway
53b12f6a5b fix(ci): run release job on hestia host to access cargo and dl server
Some checks failed
release / build (push) Failing after 0s
Mirror to GitHub / mirror (push) Failing after 1s
Build and publish package / package (push) Failing after 32s
hestia-host maps to host execution on the Forgejo runner, giving access
to /home/breadway/.cargo/bin/cargo and /srv/breadway-dl without Docker.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:54:59 +08:00
Breadway
04927b773b fix(ci): replace actions/checkout with manual git clone in release
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
release / build (push) Failing after 2s
Build and publish package / package (push) Failing after 26s
actions/checkout uses GITHUB_SERVER_URL=http://localhost:3002 which is
unreachable from inside the Docker container. Use the public Forgejo URL
directly, matching the pattern used by package.yml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:49:06 +08:00
Breadway
0ee60d179c fix: move release workflow to Forgejo, add LICENSE
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and publish package / package (push) Failing after 27s
release / build (push) Failing after 39s
release.yml moves from .github/ to .forgejo/ so it runs directly on
the hestia runner without needing the GitHub mirror. GitHub upload step
dropped; bakery uses dl.breadway.dev as primary. LICENSE added to fix
PKGBUILD package() failure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:45:56 +08:00
Breadway
7f87ef311c debug: GIT_CURL_VERBOSE trace
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
2026-06-17 14:40:22 +08:00
Breadway
428c3cc566 debug: inspect workspace git config
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
2026-06-17 14:39:30 +08:00
Breadway
758112d93f debug: add git env and system config inspection
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
2026-06-17 14:38:34 +08:00
Breadway
44287fe83a debug: print git config and env in mirror step
Some checks failed
Mirror to GitHub / mirror (push) Failing after 4s
2026-06-17 14:35:41 +08:00
Breadway
c296cf3fd5 fix(pkg): move python-pywal to optdepends in PKGBUILD
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and publish package / package (push) Failing after 24s
python-pywal is AUR-only; makepkg cannot resolve it as a hard depends.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:16:44 +08:00
Breadway
9e0e494839 Initial implementation of breadpaper
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and publish package / package (push) Failing after 18s
CLI tool that sets a wallpaper with awww, generates a pywal colour
palette, and reloads bread-theme to recolour all running bread GTK apps.
Includes CI workflows, bakery metadata, and Arch PKGBUILD.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 14:05:48 +08:00