Add simplified metadata structure for all 41 packages containing: - Package name, version, and release number - GitHub repository for packages with GitHub releases - Build configuration for el/8 and el/9 distributions This metadata enables future automation for version checking and package building across different distributions.
10 lines
213 B
YAML
10 lines
213 B
YAML
name: ruff
|
|
release: 6
|
|
version: 0.8.1
|
|
build:
|
|
- distro: el/8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
- distro: el/9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
github: astral-sh/ruff
|