[Buildbot-devel] Ready for 0.8.4?
Dmitry Nezhevenko
dion at dion.org.ua
Mon Jun 6 14:23:05 UTC 2011
On Tue, May 31, 2011 at 03:19:33PM -0500, Dustin J. Mitchell wrote:
> On Tue, May 31, 2011 at 10:59 AM, Pierre Tardy <tardyp at gmail.com> wrote:
> > I needed to hack this:
> > diff --git a/master/buildbot/scripts/runner.py
> > b/master/buildbot/scripts/runner.py
> > index 5d4013c..9640927 100644
> > --- a/master/buildbot/scripts/runner.py
> > +++ b/master/buildbot/scripts/runner.py
> > @@ -483,9 +483,10 @@ def upgradeMaster(config):
> >
> > if rc == 0:
> > from buildbot.db import connector
> > + from buildbot.master import BuildMaster
> >
> > if not config['quiet']: print "upgrading database"
> > - db = connector.DBConnector(None,
> > + db = connector.DBConnector(BuildMaster(config['basedir']),
> > config['db'],
> > basedir=config['basedir'])
>
> Thanks - I committed essentially that. Looking forward to the rest of
> the fixes!
Hi,
I've just hit something pretty like this when I've tried to upgrade
master. Looks like some typo.
Pull request submitted.
--
WBR, Dmitry
More information about the devel
mailing list