[Buildbot-devel] how to add a blamelist?
Mike Winter (miwinter)
miwinter at cisco.com
Wed Jul 22 02:18:32 UTC 2009
You need a ChangeSource i.e. mail or FreshCVS to populate the changes column. I dont recall the svn equivalent of FreshCVS off the top of my head, but the ChangeSource concept requires a recipient of changes. consider a cmd line below requires a master.cfg edit to work:
c['changesource']=PBChangeSource():
> buildbot sendchange --username=miwinter --branch=trunk -m 'added prod_proto_01 scheduler' --master=buildbot-host:7289 master.cfg
________________________________
From: David Jones [mailto:dsave at 163.com]
Sent: Tuesday, July 21, 2009 7:01 PM
To: buildbot-devel
Subject: [Buildbot-devel] how to add a blamelist?
I have added a SVN step in my factory, just as:
f1 = factory.BuildFactory()
f1.addStep(SVN(mode="copy",
baseURL=https://svnpool/testproject,
defaultBranch="trunk/test/"))
But my blamelist is still null , why?
________________________________
网易YEAH.NET免费邮箱:您的终身免费邮箱 <http://www.yeah.net/?from=footer>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090721/a97398a0/attachment.html>
More information about the devel
mailing list