tinderbox announce module

I think I’m ready to live test my tinderbox announcement module for tellbot. Currently it is scanning for an email every minute or so and then parses any received messages. Status messages are then stored in a dictionary based on the build name. Each new message is checked to see if the incoming status is one of the defined alert strings. If it is, the module makes an immediate announcement to the defined channel. You can also ask for a status at any time. By including a build or tree name in the status request, the module will reply with the last known status for the build or all builds that have the associated tree name. Currently most of the parameters are hard-coded, but I’m working on a mozbot style var set/get environment to let irc messages be used to update/query any parameter values.


Mentions