[Buildbot-devel] Revision not propagate to MailNotifier when coming from AnyBranchScheduler
fabrice fabrice
fcrestois at users.sourceforge.net
Fri Oct 20 20:01:27 UTC 2006
BuildBot 0.7.4
It is bug or a features ? they are perhaps side effect with some VC
Scheduler.py:178
bs = buildset.BuildSet(self.builderNames,
SourceStamp(changes=changes))
SourceStamp.py:40
if changes:
self.changes = changes
self.branch = changes[0].branch
Possible solution
SourceStamp.py:40
if changes:
self.changes = changes
self.branch = changes[0].branch
> self.revision = changes[0].revision
Side effect if using VC with revision is integer
status/mail.py:257
< source += revision
> source += str(revision)
_________________________________________________________________
Be one of the first to try Windows Live Mail.
http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20061020/02db20fb/attachment.html>
More information about the devel
mailing list