[Buildbot-commits] [Buildbot] #2040: .buildbot-sourcedata sometimes contains unicode strings, causes full resync during builds
Buildbot
nobody at buildbot.net
Sun Jul 10 05:20:30 UTC 2011
#2040: .buildbot-sourcedata sometimes contains unicode strings, causes full resync
during builds
--------------------+--------------------
Reporter: dberger | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.5
Version: 0.8.4p1 | Resolution:
Keywords: p4 |
--------------------+--------------------
Comment (by dberger):
It won't when the comparison is against str([list, of, values]) and some
of the values are unicode - you end up comparing '["foo","bar"]' against
'["foo",u"bar"]' - and they're different.
I believe we've gotten all the builders happy by manually modifying their
on disk soucedata files - I'll confirm when I'm back in the office Monday.
--
Ticket URL: <http://trac.buildbot.net/ticket/2040#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list