#294 Fix wrong retrieving of gating.yaml file
Merged by lholecek. Opened by gnaponie.
gnaponie/greenwave remoterule-source-fix  into  master

Download 294.patch

For the RemoteRule feature the retrieving of the gating.yaml file
was wrong: Greenwave was using the subject_identifier (nvr) to
guess the pkg/container name to get the repo url for the gating.yaml
file. But this is not always right, we should use the source link in
the build received from koji/brew.

I am thinking of this order: namespace, pkg_name, rev

Because the rev is the most specific information, should it be the last one in the row? What do you think?

Optional: I agree that the ordering should be namespace, pkg_name, rev because that is how it is structured in the URL.

:thumbsup:

rebased onto e7103418202f3831945d1b187189813f748d7d20

Rebased.

:thumbsup: @gnaponie :thumbsup:

:+1: :rocket: :fireworks: :rocket: :+1:

Pull-Request has been merged by lholecek

Metadata