refactor: modernise RPM builder with Python tooling v2 #71

Merged
unkinben merged 2 commits from benvin/tooling_v2 into master 2025-11-30 20:29:39 +11:00
Owner
  • Migrate from legacy shell-based build system to modern Python tooling
  • Update all metadata.yaml files to new schema with per-distro builds
  • Standardise build scripts with curl -L, envsubst, and error handling
  • Convert nfpm.yaml templates to use environment variable substitution
  • Update Dockerfile to accept all package metadata as build arguments
  • Modernise Makefile to use new Python build tool commands
  • Update CI workflow to use tools/build instead of make
- Migrate from legacy shell-based build system to modern Python tooling - Update all metadata.yaml files to new schema with per-distro builds - Standardise build scripts with curl -L, envsubst, and error handling - Convert nfpm.yaml templates to use environment variable substitution - Update Dockerfile to accept all package metadata as build arguments - Modernise Makefile to use new Python build tool commands - Update CI workflow to use tools/build instead of make
unkinben added 2 commits 2025-11-30 20:29:00 +11:00
refactor: modernise RPM builder with Python tooling
Some checks failed
Build / build-8 (pull_request) Failing after 7s
Build / build-9 (pull_request) Failing after 8s
b3ba980f9f
- Replace Makefile version/release file system with metadata.yaml only
- Add Python build automation (./tools/build) with Gitea API integration
- Add GitHub release updater (./tools/update-gh) for version management
- Centralize Dockerfiles into single parameterized Dockerfile
- Remove 54+ individual package Dockerfiles and version directories
- Update Makefile to use new Python tooling
- Add GITEA_API_TOKEN validation to prevent duplicate builds
- Support both explicit version/release args and metadata.yaml reading
refactor: modernise RPM builder with Python tooling v2
All checks were successful
Build / build-8 (pull_request) Successful in 8s
Build / build-9 (pull_request) Successful in 9s
182641132a
- Migrate from legacy shell-based build system to modern Python tooling
- Update all metadata.yaml files to new schema with per-distro builds
- Standardise build scripts with curl -L, envsubst, and error handling
- Convert nfpm.yaml templates to use environment variable substitution
- Update Dockerfile to accept all package metadata as build arguments
- Modernise Makefile to use new Python build tool commands
- Update CI workflow to use tools/build instead of make
unkinben merged commit 099b90fbc5 into master 2025-11-30 20:29:39 +11:00
unkinben deleted branch benvin/tooling_v2 2025-11-30 20:29:39 +11:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unkin/rpmbuilder#71
No description provided.