Re: email notifications

2010-10-05 Thread Ville Skyttä
On Friday 20 August 2010, Toshio Kuratomi wrote: > On Fri, Aug 20, 2010 at 05:06:33PM +0300, Ville Skyttä wrote: > > On Friday 13 August 2010, Toshio Kuratomi wrote: > > > On Wed, Aug 04, 2010 at 09:12:16AM +0300, Ville Skyttä wrote: > > > > Ping? Still no notification mails for me, for example th

Re: email notifications

2010-08-31 Thread Toshio Kuratomi
On Tue, Aug 31, 2010 at 09:54:07AM +0200, Florian La Roche wrote: > Hello Toshio, > > koji already has a generic routing called fixEncoding() and I am currently > running koji with the patch from > https://bugzilla.redhat.com/show_bug.cgi?id=614767. > > Maybe your below code to use "errors='repl

Re: email notifications

2010-08-31 Thread Florian La Roche
Hello Toshio, koji already has a generic routing called fixEncoding() and I am currently running koji with the patch from https://bugzilla.redhat.com/show_bug.cgi?id=614767. Maybe your below code to use "errors='replace'" should go into the generic koji function? (Haven't looked into this myself

Re: email notifications

2010-08-20 Thread Toshio Kuratomi
On Fri, Aug 20, 2010 at 05:06:33PM +0300, Ville Skyttä wrote: > On Friday 13 August 2010, Toshio Kuratomi wrote: > > On Wed, Aug 04, 2010 at 09:12:16AM +0300, Ville Skyttä wrote: > > > > > > Ping? Still no notification mails for me, for example the modplugtools > > > builds done yesterday, and I

Re: email notifications

2010-08-20 Thread Ville Skyttä
On Friday 13 August 2010, Toshio Kuratomi wrote: > On Wed, Aug 04, 2010 at 09:12:16AM +0300, Ville Skyttä wrote: > > On Wednesday 21 July 2010, Ville Skyttä wrote: > > > On Wednesday 21 July 2010, Dan Horák wrote: > > > > Florian La Roche píše v Čt 15. 07. 2010 v 06:00 +0200: > > > > > Hallo, > > >

Re: email notifications

2010-08-12 Thread Toshio Kuratomi
On Wed, Aug 04, 2010 at 09:12:16AM +0300, Ville Skyttä wrote: > On Wednesday 21 July 2010, Ville Skyttä wrote: > > On Wednesday 21 July 2010, Dan Horák wrote: > > > Florian La Roche píše v Čt 15. 07. 2010 v 06:00 +0200: > > > > Hallo, > > > > > > > > With koji-1.4 running on RHEL6-beta2, some emai

Re: email notifications

2010-08-03 Thread Ville Skyttä
On Wednesday 21 July 2010, Ville Skyttä wrote: > On Wednesday 21 July 2010, Dan Horák wrote: > > Florian La Roche píše v Čt 15. 07. 2010 v 06:00 +0200: > > > Hallo, > > > > > > With koji-1.4 running on RHEL6-beta2, some email notifications > > > are not sent out correctly: > > > > > > Traceback (

Re: email notifications

2010-07-21 Thread Florian La Roche
On Wed, Jul 21, 2010 at 04:34:11PM +0200, Dan Horák wrote: > Florian La Roche píše v Čt 15. 07. 2010 v 06:00 +0200: > > Hallo, > > > > With koji-1.4 running on RHEL6-beta2, some email notifications > > are not sent out correctly: > > > > Traceback (most recent call last): > > File "/usr/sbin/k

Re: email notifications

2010-07-21 Thread Ville Skyttä
On Wednesday 21 July 2010, Dan Horák wrote: > Florian La Roche píše v Čt 15. 07. 2010 v 06:00 +0200: > > Hallo, > > > > With koji-1.4 running on RHEL6-beta2, some email notifications > > are not sent out correctly: > > > > Traceback (most recent call last): > > File "/usr/sbin/kojid", line 1437

Re: email notifications

2010-07-21 Thread Dan Horák
Florian La Roche píše v Čt 15. 07. 2010 v 06:00 +0200: > Hallo, > > With koji-1.4 running on RHEL6-beta2, some email notifications > are not sent out correctly: > > Traceback (most recent call last): > File "/usr/sbin/kojid", line 1437, in runTask > response = (handler.run(),) > File "/u

Re: email notifications

2010-07-14 Thread Florian La Roche
> Thie seems to happen e.g. on dejavu-fonts, ctags, crontabs, > cronie, amanda, akonadi. The following change seems to work (tested with ctags and crontabs): --- builder/kojid +++ builder/kojid @@ -3455,7 +3455,7 @@ Status: %(status)s\r message = self.message_templ % locals()