The utility for building of AlmaLinux distributions (repos, ISO images).
Go to file
Lubomír Sedlář 9c1418eb0a [image-build] Use single koji task per variant
Given a list of arches, koji can build multiple images in one go
(automatically starting children tasks for each one).

This causes a bunch of changes:
 * The configuration no longer allows changing config based on
   architecture, only variants are allowed. It is however possible to
   filter which arches are used for the building in the variant.
 * The configuration files for koji image-build are stored in
   work/image-build/$variant (not split based on arch).

This patch also changes the option name that is passed to koji
image-build: the repos should be specified under key `repo` (without the
trailing slash).

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-01-08 14:33:54 +01:00
bin Merge #75 `Start of development guide` 2015-12-08 17:41:00 +00:00
doc [image-build] Use single koji task per variant 2016-01-08 14:33:54 +01:00
pungi [image-build] Use single koji task per variant 2016-01-08 14:33:54 +01:00
share Allow specifying which packages to install in variants xml 2015-12-03 15:19:12 +01:00
tests [image-build] Use single koji task per variant 2016-01-08 14:33:54 +01:00
.gitignore Extend contributing guide 2015-11-27 10:27:43 +01:00
AUTHORS Initial changes for Pungi 4.0. 2015-02-10 06:47:16 -05:00
COPYING Initial changes for Pungi 4.0. 2015-02-10 06:47:16 -05:00
GPL Update GPL to latest version from https://www.gnu.org/licenses/gpl-2.0.txt 2015-06-25 07:50:03 -04:00
MANIFEST.in Change createrepo config options defaults. 2015-07-08 08:57:50 -04:00
Makefile Rewrite documentation to Sphinx. 2015-07-02 09:18:49 -04:00
RELEASE-NOTES Rename product_* to release_*. 2015-07-09 06:58:30 -04:00
TODO Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
git-changelog Allow running scripts with any python in PATH 2015-11-27 08:38:47 +01:00
pungi.spec fix up the pungi-fedmesg-notification script name 2015-12-02 08:50:32 -06:00
setup.py Merge #75 `Start of development guide` 2015-12-08 17:41:00 +00:00