16e68a8 Add support for hybrid composes - composes with both modular and normal RPMs.

Authored and Committed by jkaluza 5 years ago
    Add support for hybrid composes - composes with both modular and normal RPMs.
    
    This adds `modular_koji_tags` list to API which can list the Koji tags
    in which the modular Content Generator Koji builds created by MBS
    are tagged. Such builds are included in a compose together with RPMs
    from classic Koji tag defined in compose `source`. The "hybrid" Pungi
    compose gather method is used to achieve that internally.
    
    This adds `module_defaults_url` string to API which can be set to git
    repository with module defaults which are added to the resulting
    compose metadata or which are used when resolving RPMs for compose
    when using Pungi hybrid compose gather method.
    
        
file modified
+2 -0
file modified
+14 -0
file modified
+8 -1
file modified
+19 -0
file modified
+19 -1
file modified
+12 -1
file modified
+8 -2
file modified
+24 -1
file modified
+2 -0
file modified
+3 -1
file modified
+23 -0
file modified
+57 -2