The utility for building of AlmaLinux distributions (repos, ISO images).
Go to file
Andrew Lukoshko 1030217fae LNX-103 Update .spec file for AlmaLinux
New binaries added to pungi rpm:
pungi-gather-rpms
pungi-gather-modules

Change-Id: Idb25dffb10d50fa9f566c99d714d32df962b6f52
2021-01-11 14:56:04 +03:00
contrib/yum-dnf-compare init commit 2021-01-08 15:56:32 +03:00
doc init commit 2021-01-08 15:56:32 +03:00
pungi init commit 2021-01-08 15:56:32 +03:00
pungi_utils init commit 2021-01-08 15:56:32 +03:00
share init commit 2021-01-08 15:56:32 +03:00
tests init commit 2021-01-08 15:56:32 +03:00
.gitignore init commit 2021-01-08 15:56:32 +03:00
AUTHORS init commit 2021-01-08 15:56:32 +03:00
COPYING init commit 2021-01-08 15:56:32 +03:00
GPL init commit 2021-01-08 15:56:32 +03:00
MANIFEST.in init commit 2021-01-08 15:56:32 +03:00
Makefile init commit 2021-01-08 15:56:32 +03:00
README.md init commit 2021-01-08 15:56:32 +03:00
TODO init commit 2021-01-08 15:56:32 +03:00
git-changelog init commit 2021-01-08 15:56:32 +03:00
pungi.spec LNX-103 Update .spec file for AlmaLinux 2021-01-11 14:56:04 +03:00
requirements.txt init commit 2021-01-08 15:56:32 +03:00
setup.py init commit 2021-01-08 15:56:32 +03:00
test-requirements.txt init commit 2021-01-08 15:56:32 +03:00
tox.ini init commit 2021-01-08 15:56:32 +03:00

README.md

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.