6d27fb7 Allow listing custom source for RemoteRule (#122)

4 files Authored by Lukas Holecek 2 years ago, Committed by GitHub 2 years ago,
    Allow listing custom source for RemoteRule (#122)
    
    Allows defining custom remote rule URLs in policies, for example:

    

        ---

        id: example_policy

        product_versions: [fedora-37]

        decision_context: bodhi_update_push_stable

        subject_type: koji_build

        rules:

          - !RemoteRule

            sources:

              - http://gating.example.com/gating1.yml

              - http://gating.example.com/gating2.yml
        
file modified
+7 -4
file modified
+12 -6
file modified
+50 -1