This commit handles a situation when build tag is removed for a task for which the taskinfo is called.
Signed-off-by: Jan Kaluza jkaluza@redhat.com
Reproducer: koji -p brew -d taskinfo -v -r 48704200 -v
koji -p brew -d taskinfo -v -r 48704200 -v
:thumbsup:
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
issue: #3612
Could be solved by using event="auto" but this way it is backward-compatible and ok for usecase.
event="auto"
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
Pull-Request has been closed by tkopecek
Merged, but pagure ignores this https://pagure.io/koji/c/ecef2ea1d0d4dff4f4562575a022aa23f0c6259b?branch=master
This commit handles a situation when build tag is removed for
a task for which the taskinfo is called.
Signed-off-by: Jan Kaluza jkaluza@redhat.com