----- "Will Woods" wwoods@redhat.com wrote:
Another (better) solution is to check for all new builds and filter for only those packages, which have
dist-fxx-updates-candidate
tag in *their history* (not necessarily as current tag, which does current implementation).
Good idea. I've added tag_history() to SimpleKojiClientSession and modified the watcher to use that instead of list_tags().
Perfect, handled then.
Daniel also suggested a few alternative mechanisms for new build notification.
[snip]
We have plans to use the (planned) kojihub plugin feature to send out notifications of new builds over the (planned) Fedora Message Bus Thingy. Eventually all the current watchers should be replaced by simple listeners on the message bus.
Yes, I mentioned that too. But according to Daniel's words the message bus is still several (light) years away :)
Anyway, current implementation seems good enough to me.