-
While looking at my master.cfg file, I noticed a potential problem. I'm
using a step.SVN like this:
c = BuildmasterConfig = {}
c['sources'] = []
c['sources'].append(PBChangeSource(prefix="ProjectName/trunk/"))
trunksource = factory.s(step.SVN, mode='update',
svnurl='svn+ssh://user@host/svn/repository/ProjectName/trunk')
The problem is that I can't add a step.SVN to watch a branch...
2006-10-10 18:37:30 UTC in BuildBot
-
I would like update steps such as step.SVN to have parameters
"description" and "descriptionDone", similar to what step.Compile and
step.Test offers. This is mainly to customize the strings on my waterfall
output.
e.g. I would like to do something like this in master.cfg:
source = factory.s(step.SVN, mode='update',
description="svn update (running)",
descriptionDone="svn update"...
2006-10-09 20:58:22 UTC in BuildBot
-
bneely committed patchset 15 of module bloxornet to the Bloxornet CVS repository, changing 1 files.
2004-12-15 06:15:03 UTC in Bloxornet
-
bneely committed patchset 14 of module bloxornet to the Bloxornet CVS repository, changing 1 files.
2004-12-15 06:11:45 UTC in Bloxornet
-
bneely committed patchset 13 of module bloxornet to the Bloxornet CVS repository, changing 3 files.
2004-12-12 02:25:20 UTC in Bloxornet
-
bneely committed patchset 12 of module bloxornet to the Bloxornet CVS repository, changing 4 files.
2004-12-12 01:30:47 UTC in Bloxornet
-
bneely committed patchset 11 of module bloxornet to the Bloxornet CVS repository, changing 2 files.
2004-12-11 23:50:48 UTC in Bloxornet
-
bneely committed patchset 10 of module bloxornet to the Bloxornet CVS repository, changing 2 files.
2004-12-11 22:14:15 UTC in Bloxornet
-
bneely committed patchset 9 of module bloxornet to the Bloxornet CVS repository, changing 2 files.
2004-12-11 21:06:01 UTC in Bloxornet
-
bneely committed patchset 8 of module bloxornet to the Bloxornet CVS repository, changing 2 files.
2004-12-11 10:15:16 UTC in Bloxornet