[Buildbot-commits] [Buildbot] #2064: Buildbot 0.8.4p2 incompatible with Twisted-8.1.0 (was: Buildbot no longer working after upgrade to 0.8.4p2)
Buildbot
nobody at buildbot.net
Sat Jul 30 18:54:53 UTC 2011
#2064: Buildbot 0.8.4p2 incompatible with Twisted-8.1.0
----------------------------+--------------------
Reporter: materialdreams | Owner:
Type: support-request | Status: new
Priority: major | Milestone: 0.8.5
Version: 0.8.4p2 | Resolution:
Keywords: |
----------------------------+--------------------
Changes (by dustin):
* priority: critical => major
* type: undecided => support-request
* milestone: undecided => 0.8.5
Comment:
This is because you're running the master on the (absolutely ancient!)
Twisted-8.1.0. The fix is pretty easy:
https://github.com/buildbot/buildbot/commit/56ab17a133768922b9deafe555642d9958fc64a5
or, really, just add {{{return}}} after line 30 of that file:
{{{
#!python
def patch_bug5079():
return
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2064#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list