Allow setting <kojitag/> in <modules/> in variants.xml to get the modules from this Koji tag.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2018-03-20 10:37:43 +01:00
parent 1574f306c7
commit 9be2d6a920
5 changed files with 241 additions and 57 deletions

View file

@ -27,9 +27,10 @@
uservisible (true|false) #IMPLIED
>
<!ELEMENT modules (module)*>
<!ELEMENT modules (module*, kojitag*)>
<!ELEMENT module (#PCDATA)>
<!ELEMENT kojitag (#PCDATA)>
<!ATTLIST module
glob (true|false) #IMPLIED
>