[Buildbot-devel] Waterfall displaying name of a step.
Paul Gregory
aqsis1 at gmail.com
Mon May 22 13:01:36 UTC 2006
Hi,
I have a buildbot running at http://build.aqsis.org. Some of the build
configurations have extra steps, implemented as ShellCommands, I have given
the steps a 'name' but Waterfall still displays the command. Is there any
way to get a friendly name shown for arbitrary ShellCommand steps? Here is
one of the builders from my master.cfg for reference...
f4 = factory.BuildFactory([source2,
s(step.Compile, workdir="build/aqsis", command="scons mingw=true
boost_include_path=\\projects\\boost_1_33_1 win_installer
fltk_include_path=\\msys\\1.0\\local\\include
fltk_lib_path=\\msys\\1.0\\local\\lib"),
s(step.ShellCommand, name="publish", workdir="build/aqsis/output",
command="pscp -i %PUBLISHER_KEYFILE% aqsis-setup-1_1_0.exe
publisher at aqsis1.osuosl.org
:/home/publisher/builds/win32/mingw/aqsis-setup-1_1_0-%Date:~6,4%-%Date:~3,2%-%Date:~0,2%.exe")])
win32_mingw_update = {'name': "win32_mingw_update",
'slavename': "khepri",
'builddir': "win32_mingw_update",
'factory': f4,
}
Cheers
--
Paul Gregory
http://www.aqsis.org
ICQ: 156088409
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20060522/feaa1ae8/attachment.html>
More information about the devel
mailing list