pungi/pungi/wrappers
Lubomír Sedlář 6fede3f395 variants: Allow multiple explicit optional variants
When a variant has optional, it is possible to explictly list it in the
XML file and add extra groups. However, the original DTD did not allow
multiple variants with `id="optional"` as `id` attribute has to be
globally unique. This patch changes its type to `CDATA`, which has less
restrictions. This also means we can no longer define `<ref>` as
`IDREF` and instead check the existence of referenced variant in parser.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-09-19 12:21:19 +02:00
..
__init__.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
comps.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
createrepo.py createrepo: Add option to use xz compression 2016-09-12 11:10:43 +02:00
iso.py [createiso] Add back running isohybrid on x86 disk images 2016-04-29 09:00:44 +02:00
jigdo.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
kojiwrapper.py [osbs] Add a phase to build images in OSBS 2016-06-22 10:02:03 +02:00
lorax.py Stop using str.format 2016-05-25 13:41:49 +02:00
pungi.py [pungi-wrapper] Remove duplicated code 2016-03-31 10:10:18 +02:00
repoclosure.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
scm.py extra-files: Write a metadata file enumerating extra files 2016-09-07 13:02:48 +02:00
variants.py variants: Allow multiple explicit optional variants 2016-09-19 12:21:19 +02:00