List of builds is "empty" #94

Closed
opened 2026-05-15 14:26:50 +00:00 by guettli · 1 comment
guettli commented 2026-05-15 14:26:50 +00:00 (Migrated from codeberg.org)

The list of builds is empty: https://sharedinbox.de/builds/

I want to see the Android and Linux builds there.

Show the last 30 builds for each plattform.

Is there already a upload of Linux builds? If not add them.

This data should not be in git.

Ask if unsure

The list of builds is empty: https://sharedinbox.de/builds/ I want to see the Android and Linux builds there. Show the last 30 builds for each plattform. Is there already a upload of Linux builds? If not add them. This data should not be in git. Ask if unsure
guettlibot commented 2026-05-15 17:10:32 +00:00 (Migrated from codeberg.org)

Fixed in cf27706. Root cause: generate-build-history only ran inside the deploy-playstore CI job — if it failed early (e.g. Play Store secrets not configured) the website was never updated, and build-linux never triggered a website update at all. Changes: extended generate_build_history.py to cover Linux tarballs + Android APKs (30 per platform); added website-publish Taskfile task; added publish-website CI job in Forgejo that waits for both build jobs (with always() so it runs even when one fails); added deploy job to GitHub CI; gitignored generated build content. Tests added for both platforms.

Fixed in cf27706. Root cause: `generate-build-history` only ran inside the `deploy-playstore` CI job — if it failed early (e.g. Play Store secrets not configured) the website was never updated, and `build-linux` never triggered a website update at all. Changes: extended generate_build_history.py to cover Linux tarballs + Android APKs (30 per platform); added `website-publish` Taskfile task; added `publish-website` CI job in Forgejo that waits for both build jobs (with always() so it runs even when one fails); added `deploy` job to GitHub CI; gitignored generated build content. Tests added for both platforms.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#94