Commit graph

8 commits

Author SHA1 Message Date
Breadway
ca843bf255 fix(ci): replace actions/checkout with manual git clone in release
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and publish package / package (push) Failing after 2m1s
release / build (push) Failing after 1s
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.
2026-06-17 14:49:06 +08:00
Breadway
4bb2fd43ca 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 1m53s
release / build (push) Failing after 5s
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.
2026-06-17 14:45:56 +08:00
Breadway
19e660937f debug: GIT_CURL_VERBOSE trace 2026-06-17 14:40:22 +08:00
Breadway
2d0d9728b2 debug: inspect workspace git config 2026-06-17 14:39:30 +08:00
Breadway
4aad0afeac debug: add git env and system config inspection 2026-06-17 14:38:34 +08:00
Breadway
8e1f0babb8 debug: print git config and env in mirror step 2026-06-17 14:35:41 +08:00
Breadway
580a51c350 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 2m52s
python-pywal is AUR-only; makepkg cannot resolve it as a hard depends.
2026-06-17 14:16:44 +08:00
Breadway
a8b38597ff Initial implementation of breadpaper
Some checks failed
Mirror to GitHub / mirror (push) Failing after 2s
Build and publish package / package (push) Failing after 1m3s
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.
2026-06-17 14:05:48 +08:00