From a340663f009a9a9eca17164af3235e0474206ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 3 Jul 2019 09:06:49 +0200 Subject: [PATCH] doc: Clarify relationship to Koji MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://pagure.io/pungi/issue/1143 JIRA: COMPOSE-3372 Signed-off-by: Lubomír Sedlář --- doc/about.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/about.rst b/doc/about.rst index 46311dc0..f8f05152 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -38,6 +38,14 @@ 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. +The executable name ``pungi-koji`` comes from the fact that most of those +separate executables submit tasks to Koji that does the actual work in an +auditable way. + +However unlike doing everything manually in Koji, Pungi will make sure you are +building all images from the same package set, and will produce even +deliverables that Koji can not create like YUM repos and installer ISOs. + Links =====