[Buildbot-devel] buildmaster almost starts, but doesn't really
    Kevin Turner 
    kevin at janrain.com
       
    Tue Sep 11 00:44:42 UTC 2007
    
    
  
okay, try this...
On Wed, 2007-09-05 at 15:41 -0400, Hacksaw wrote:
> ####### SCHEDULERS
> 
> ## configure the Schedulers
[...]
Try commenting this part out:
> from buildbot.scheduler import Try_Jobdir
> c['schedulers'].append(Try_Jobdir("basic", 
> ["componentFramework"],jobdir="jobdir"))
Does it work now?
If so, do "mkdir -p jobdir/{cur,new,tmp}", uncomment that line again,
and try again.  Does it still work?
changes.maildir, used by Try_Jobdir, raises a string exception, which
apparently breaks the twisted logger a lot.
The string exception has been removed in the latest development branch,
but it is there in version 0.7.5.
Reported as
https://bugs.launchpad.net/ubuntu/+source/buildbot/+bug/138785
    
    
More information about the devel
mailing list