forked from pungi/pungi
Distribution compose tool
- Python 99%
- Shell 0.5%
- XSLT 0.3%
- Makefile 0.2%
Multiple config blocks for the same variant all write to the same fixed destination path (<os_tree>/images/boot.iso), so whichever block finishes last would silently overwrite the first. Replace the array-of-objects schema with a plain object in both boot_iso_imagebuilder and boot_iso_kiwi. get_variant_data() already handles non-list values by appending them, so get_config_block() continues to return a list with one entry per matching pattern, and run() uses configs[0]. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| contrib | ||
| doc | ||
| pungi | ||
| pungi_utils | ||
| share | ||
| tests | ||
| .gitignore | ||
| AUTHORS | ||
| COPYING | ||
| git-changelog | ||
| GPL | ||
| Makefile | ||
| MANIFEST.in | ||
| README.md | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
| test-requirements.txt | ||
| TODO | ||
| tox.ini | ||
Pungi
Pungi is a distribution compose tool.
Composes are release snapshots that contain release deliverables such as:
- installation trees
- RPMs
- repodata
- comps
- (bootable) ISOs
- kickstart trees
- anaconda images
- images for PXE boot
Tool overview
Pungi consists of multiple separate executables backed by a common library.
The main entry-point is the pungi-koji script. It loads the compose
configuration and kicks off the process. Composing itself is done in phases.
Each phase is responsible for generating some artifacts on disk and updating
the compose object that is threaded through all the phases.
Pungi itself does not actually do that much. Most of the actual work is delegated to separate executables. Pungi just makes sure that all the commands are invoked in the appropriate order and with correct arguments. It also moves the artifacts to correct locations.
Links
- Documentation: https://docs.pagure.org/pungi/
- Upstream GIT: https://forge.fedoraproject.org/pungi/pungi.git
- Issue tracker: https://forge.fedoraproject.org/pungi/pungi/issues