pungi/pungi
Adam Williamson c321bca8ef image_build: fix subvariant handling
Dennis added a 'subvariant' property to the Docker image config,
but we weren't using it, we were just hard-coding the variant
as the subvariant...and doing it wrong, as well, using the
variant object rather than its uid property.

This fixes both problems: we'll now use the explicitly set
image config 'subvariant' property if there is one, otherwise
we use the variant.uid as the subvariant.

Note this is a high priority fix, as it broke F24 compose today.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2016-03-13 09:18:08 -07:00
..
compose_metadata Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
phases image_build: fix subvariant handling 2016-03-13 09:18:08 -07:00
wrappers [createrepo-wrapper] Refactor code 2016-03-02 16:11:25 +01:00
__init__.py Initial changes for Pungi 4.0. 2015-02-10 06:47:16 -05:00
arch.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
checks.py [checks] Fix tests to never use real real arch 2016-03-10 18:54:14 +01:00
compose.py Remove check for disc type 2016-03-11 08:55:21 +01:00
config.py Load multilib configuration from local dir in development 2015-11-27 10:27:43 +01:00
gather.py gather: Check if txmbr.isDep is set for conditional deps. 2015-09-10 09:38:09 -04:00
ks.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
linker.py gather: Implement hashed directories. 2015-07-24 04:40:55 -04:00
media_split.py media_split: add logger support. Helps with debugging space issues on dvd media 2016-01-26 13:02:14 +00:00
metadata.py Allow specifying empty variants 2016-02-16 15:08:15 +01:00
multilib.py Allow running scripts with any python in PATH 2015-11-27 08:38:47 +01:00
notifier.py Publish a url instead of a file path. 2015-12-09 17:07:43 -05:00
pathmatch.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
paths.py [paths] Document and test translate_path 2016-03-07 15:18:57 +01:00
util.py [util] Add function to search for old composes 2016-03-07 14:49:17 +01:00