Commit Graph

7 Commits

Author SHA1 Message Date
661cf574f2 fix(ci): remove nvm dependency from deploy-ui workflow
Some checks failed
deploy-ui / build-and-deploy (push) Successful in 1m0s
poll-upstream / check (push) Successful in 1s
poll-upstream / check-prerelease (push) Failing after 1s
The fedora-43 base image now includes nodejs and npm, so the nvm runner
label and Node.js setup step are no longer needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 14:23:02 +03:00
0ec89de36f fix(ci): remove nginx config deploy from deploy-ui workflow
All checks were successful
deploy-ui / build-and-deploy (push) Successful in 21s
Nginx config is managed by script/setup/nginx.sh, not CI. The
gitea_ci user doesn't have permissions to write to /etc/nginx.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 13:24:10 +03:00
9f57342810 fix(ci): use --recursive instead of --archive for UI deploy
Some checks failed
deploy-ui / build-and-deploy (push) Failing after 22s
--archive includes -pogDt which tries to set permissions, ownership,
and timestamps on the root-owned web root directory. Only --recursive
and --links are needed for deploying static files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 13:20:56 +03:00
6dde36080e fix(ci): trigger deploy-ui on changes to its own workflow file
Some checks failed
deploy-ui / build-and-deploy (push) Failing after 21s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 13:19:22 +03:00
bb76402e5a fix(ci): add --omit-dir-times to UI rsync deploy
The gitea_ci user cannot set timestamps on /var/www/rpm/ which is
owned by root. Directory timestamps are irrelevant for static files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 13:16:46 +03:00
3603c31e21 fix(ci): use explicit NVM_DIR to load nvm in non-interactive shell
Gitea Actions runs steps in a non-interactive shell that does not
source .bashrc. Use the explicit NVM_DIR path to load nvm.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 13:03:13 +03:00
7f9e857695 feat: add React UI for rpm.lair.cafe
Some checks failed
poll-upstream / check (push) Successful in 1s
deploy-ui / build-and-deploy (push) Failing after 19s
- Vite + React + SWC + TypeScript SPA with react-router and
  react-bootstrap
- Dark/light/system theme with Bootstrap 5.3 data-bs-theme
- Home page with repo setup instructions and copyable code blocks
- Package list and detail pages driven by packages.json
- Python script to generate packages.json from repodata XML
- Nginx config updated for SPA fallback, asset caching, removed
  autoindex
- New deploy-ui workflow triggered on ui/ or nginx config changes,
  requires runners with nvm label
- packages.json generation added to publish job after createrepo_c
- Runner setup docs for nvm and sequoia-sq added to readme

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 12:55:38 +03:00