[Buildbot-devel] errors after upgrading 0.7.4 -> 0.7.6
    Timothee Besset 
    ttimo at idsoftware.com
       
    Fri Nov 16 20:13:19 UTC 2007
    
    
  
I upgraded my bbot install to 0.7.6 and restarted my masters:
First had to figure out that I needed to copy the new public_html/
directory. There should be an 'upgrading' section somewhere mentioning
that kind of stuff.
Next I had an error when clicking on one of my builders:
          File
"/usr/lib/python2.4/site-packages/buildbot/status/web/builder.py", line
71, in body
            data += " <li>" + self.make_line(req, build, False) + "</li>\n"
          File
"/usr/lib/python2.4/site-packages/buildbot/status/web/base.py", line
318, in make_line
            values = {'class': css_classes[results],
        exceptions.KeyError:
that's in the rendering of the builder page. results is None, probably
because some builds where timing out or got killed and never registered
a result.
TTimo
    
    
More information about the devel
mailing list