On Tue, Jul 30, 2019 at 01:40:53PM -0000, Lukas Holecek wrote:
The "gating.yaml" is fetched from git repo based on the URL of a specific build in Koji.
The file is fetched from specific git commit (the revision is part of the build URL).
More specifically:
- Greewave gets the build data "koji call getBuild $NVR",
- parses URL in "source" field [1] and
Note that you should use "source" from the "extra" dictionary. Source could be the branch name, like: git+https://src.fedoraproject.org/rpms/fedora-gather-easyfix.git#master while "extra": {"source" will always return you the git hash: git+https://src.fedoraproject.org/rpms/fedora-gather-easyfix.git#2d0dff00ff0085d...
Would you like me to open a ticket for this?
Best, Pierre