tooling/builds
Samyak Jain baff347cfc
All checks were successful
/ test (push) Successful in 3s
Add wrapper to generate legacy .composeinfo from composeinfo.json
Introduce build_composeinfo_wrapper.py, which uses compose-utils
legacy conversion when Pungi metadata is available and adds a
release_type field under [product]. Falls back to the existing treeinfo
walker when composeinfo.json is not present.

Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
2026-07-21 00:23:07 +00:00
..
compose Add wrapper to generate legacy .composeinfo from composeinfo.json 2026-07-21 00:23:07 +00:00
koji Migration to Forgejo: releng/tooling Pt 1 2025-10-10 12:59:13 +05:30
README.md Migration to Forgejo: releng/tooling Pt 1 2025-10-10 12:59:13 +05:30

Build System Tools

Scripts for managing Fedora builds, composes, and Koji operations.

Subdirectories

  • compose/ - Compose generation and validation tools
  • koji/ - Koji build system utilities and maintenance

Purpose

This directory contains tools that directly interact with the build infrastructure to create, manage, and validate Fedora package builds and composes.

Status: 🚧 Migration in progress