- 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
9 lines
224 B
YAML
9 lines
224 B
YAML
name: jsonnet-lint
|
|
release: 1
|
|
version: 0.21.0
|
|
build:
|
|
- distro: el/8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
- distro: el/9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
github: google/go-jsonnet |