# HG changeset patch # User Jeff Hammel # Date 1324592408 28800 # Node ID 08610b14a2c1fcd0e0730ba3edfb2a4fff9cbbca # Parent 68e643b6da0f5274075c7bb2efbb6457124cc4e6 use buildbot 0.8.5 way of doing things diff -r 68e643b6da0f -r 08610b14a2c1 autobot/changes/poller.py --- a/autobot/changes/poller.py Thu Dec 22 14:11:36 2011 -0800 +++ b/autobot/changes/poller.py Thu Dec 22 14:20:08 2011 -0800 @@ -225,7 +225,7 @@ project=self.project, repository=self.repourl) log.msg("parent: %s, %s" % (self.parent, getattr(self.parent, 'module', None))) - self.parent.addChange(c) + self.master.addChange(c) self.lastChange = self.lastPoll diff -r 68e643b6da0f -r 08610b14a2c1 setup.py --- a/setup.py Thu Dec 22 14:11:36 2011 -0800 +++ b/setup.py Thu Dec 22 14:20:08 2011 -0800 @@ -22,8 +22,8 @@ zip_safe=False, install_requires=[ # -*- Extra requirements: -*- - 'buildbot>=0.8.3p1', - 'buildbot-slave', + 'buildbot>=0.8.5', + 'buildbot-slave>=0.8.5', 'virtualenv', 'MakeItSo', 'GetLatestTinderbox'