changeset 238:08610b14a2c1

use buildbot 0.8.5 way of doing things
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 22 Dec 2011 14:20:08 -0800
parents 68e643b6da0f
children 5473f1261547
files autobot/changes/poller.py setup.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
--- 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'