pungi/pungi/phases
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
..
gather Use lowercase hashed directories 2015-12-03 09:08:15 +01:00
pkgset More detailed message for unsigned rpms. 2015-08-25 08:07:05 -04:00
__init__.py Move image checksum collecting to separate phase 2015-11-24 09:36:13 +01:00
base.py Add ability to send messages about progress 2015-11-25 15:46:50 +01:00
buildinstall.py Don't crash on generating volid without variant 2016-01-04 19:27:11 +01:00
createiso.py Add option to specify non-failing stuff 2015-12-17 11:15:47 +01:00
createrepo.py Fix expected type of createrepo_checksum config option 2015-09-10 07:09:37 -04:00
extra_files.py change pypungi imports to pungi 2015-03-12 16:12:38 -05:00
image_build.py [image-build] Use single koji task per variant 2016-01-08 14:33:54 +01:00
image_checksum.py Fix generating checksum files 2015-12-03 10:54:09 +01:00
init.py Add dependency of 'runroot' config option on 'koji_profile'. 2015-07-10 07:31:57 -04:00
live_images.py Add option to specify non-failing stuff 2015-12-17 11:15:47 +01:00
product_img.py Remove computing checksums from phases 2015-11-24 09:36:19 +01:00
test.py Rename product_* to release_*. 2015-07-09 06:58:30 -04:00