96ad371 Support generating repo with koji_event

Authored and Committed by qwan 4 years ago
    Support generating repo with koji_event
    
    With this patch, we can request ODCS repo with tag and koji_event.
    
    Example request:
    
        {
            "source": {
                "type": "tag"
                "source": "f26",
                "packages": [
                    "ed"
                ],
                "koji_event": 123456,
            }
        }
    
        
file modified
+4 -0
file modified
+5 -2
file modified
+4 -3
file modified
+6 -2
file modified
+17 -0