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

mojca at macports.org mojca at macports.org
Fri Aug 5 14:35:09 PDT 2016


Revision: 151036
          https://trac.macports.org/changeset/151036
Author:   mojca at macports.org
Date:     2016-08-05 14:35:09 -0700 (Fri, 05 Aug 2016)
Log Message:
-----------
buildbot: port building should be 'Compile' rather than 'ShellCommand' to get the warnings for free

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-05 21:33:42 UTC (rev 151035)
+++ contrib/buildbot-test/master.cfg	2016-08-05 21:35:09 UTC (rev 151036)
@@ -366,13 +366,13 @@
     description=[WithProperties("Port: %(portname)s")]))
 #portbuilder_factory.addStep(InfoStep(title=WithProperties("Port %(portname)s")))
 
-portbuilder_factory.addStep(ShellCommand(
+portbuilder_factory.addStep(Compile(
     command=['./mpbb/mpbb', 'install-dependencies', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s')],
     name="install-dependencies",
     description="install-dependencies",
     haltOnFailure=True))
 
-portbuilder_factory.addStep(ShellCommand(
+portbuilder_factory.addStep(Compile(
     command=['./mpbb/mpbb', 'install-port', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s')],
     name="install-port",
     description="install-port",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160805/b589cdd7/attachment.html>


More information about the macports-changes mailing list