[146895] contrib/buildbot-test/master.cfg

raimue at macports.org raimue at macports.org
Sat Mar 19 11:26:48 PDT 2016


Revision: 146895
          https://trac.macports.org/changeset/146895
Author:   raimue at macports.org
Date:     2016-03-19 11:26:48 -0700 (Sat, 19 Mar 2016)
Log Message:
-----------
Turn description into a list of strings

Otherwise we end up with "P o r t ..." in the build step name.
Set description even before the step was done.

Modified Paths:
--------------
    contrib/buildbot-test/master.cfg

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-03-19 18:13:09 UTC (rev 146894)
+++ contrib/buildbot-test/master.cfg	2016-03-19 18:26:48 UTC (rev 146895)
@@ -290,7 +290,7 @@
 portbuilder_factory = BuildFactory()
 
 # XXX: use InfoStep instead of running a dummy command
-portbuilder_factory.addStep(ShellCommand(command=["/usr/bin/true"],descriptionDone=WithProperties("Port %(portname)s")))
+portbuilder_factory.addStep(ShellCommand(command=["/usr/bin/true"],description=[WithProperties("Port %(portname)s")]))
 #portbuilder_factory.addStep(InfoStep(title=WithProperties("Port %(portname)s")))
 
 portbuilder_factory.addStep(SVN(repourl=mpbbsvnurl,alwaysUseLatest=True,preferLastChangedRev=True,mode="incremental",workdir="build/mpbb",haltOnFailure=True))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160319/4ad7bed9/attachment.html>


More information about the macports-changes mailing list