Compare commits

..

1 Commits

Author SHA1 Message Date
170d69c372 refactor: modernise RPM builder with Python tooling
Some checks failed
Build / build-9 (pull_request) Failing after 39s
Build / build-8 (pull_request) Failing after 40s
- 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
2025-11-30 01:56:03 +11:00

View File

@ -16,10 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Prerequisites
run: |
dnf install -y uv
- name: Build Packages
run: |
make all DISTRO=el/8
@ -44,10 +40,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Prerequisites
run: |
dnf install -y uv
- name: Build Packages
run: |
make all DISTRO=el/9