jkaluza / odcs

Forked from odcs 6 years ago
Clone

2354761 Add support for building composes including particular Koji builds.

Authored and Committed by jkaluza 5 years ago
    Add support for building composes including particular Koji builds.
    
    Pungi now supports including Koji builds defined by particular NVR
    using the `pkgset_koji_builds` option. This PR adds support for this
    new feature in ODCS:
    
    - For `tag` source_type, additional `builds` list in REST API can be used
      to define extra builds which will be considered for inclusion in a compose
      on top of the builds comming from the Koji tag.
    - New `build` source_type is introduced which can be used to build a compose
      including just Koji builds from `builds` list without any Koji tag.
    
        
file modified
+3 -0
file modified
+6 -2
file modified
+4 -1
file modified
+4 -0
file modified
+7 -0
file modified
+14 -1
file modified
+1 -1
file modified
+8 -2
file modified
+6 -1
file modified
+12 -5
file modified
+26 -2
file modified
+1 -0
file modified
+31 -0
file modified
+39 -0