[Buildbot-devel] Buildbot 0.7.8 ETA?

Axel Hecht l10n.moz at googlemail.com
Fri Jul 18 19:49:01 UTC 2008


... BuildStatus.properties is not a dict anymore.

I had a buildstatus.properties.iteritems(), that needs to be a
buildstatus.properties.asList()
you gotta eat the additional source, though, i.e., it returns a list
of triples, not an iterator over tuples.

These changes make at least my tests pass.

Axel

2008/7/18 Axel Hecht <l10n.moz at googlemail.com>:
> Here's the start of my update log, trying my 0.7.7 something code
> against Brian's current darcs repo, correct me if I'm wrong:
>
> I have a testing failure on trial buildbot.test, ticket 318.
>
> BaseScheduler.submit is now submitBuildSet.
>
> setProperty takes a source now, not documented in the docstrings. I
> didn't make the docs, but I think the source argument is missing
> there, too. Maybe the source argument should have a default value?
>
> One of my django-related tests doesn't get its deferred fired, I'll
> need to investigate further.
>
> HTH
>
> Axel
>
> 2008/7/15 Brian Warner <warner-buildbot at lothar.com>:
>>> Is there an ETA for Buildbot 0.7.8? The Roadmap on buildbot.net says
>>> it's two months overdue =\.
>>
>> Yeah.. time to fix that. I'm going to try for a release in a week. If anybody
>> seens problems with current trunk that would thwart that, please assign them
>> to me, mark them as 'blocker', and point them at the 0.7.8 milestone. Also,
>> if a ticket has been fixed by virtue of Dustin pushing a patch into trunk,
>> please point that at the 0.7.8 milestone too.. that will help me put together
>> the release notes.
>>
>> I'm going to do a pass through the current 0.7.8 tickets and will probably
>> push most of them out to 0.7.9 .
>>
>> thanks for the nudge :)
>>  -Brian
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Buildbot-devel mailing list
>> Buildbot-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>>
>




More information about the devel mailing list