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

mojca at macports.org mojca at macports.org
Fri Aug 5 23:48:34 PDT 2016


Revision: 151045
          https://trac.macports.org/changeset/151045
Author:   mojca at macports.org
Date:     2016-08-05 23:48:34 -0700 (Fri, 05 Aug 2016)
Log Message:
-----------
buildbot: add descriptionDone, otherwise 'compile' is used

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-06 04:18:52 UTC (rev 151044)
+++ contrib/buildbot-test/master.cfg	2016-08-06 06:48:34 UTC (rev 151045)
@@ -369,19 +369,22 @@
 portbuilder_factory.addStep(Compile(
     command=['./mpbb/mpbb', 'install-dependencies', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s')],
     name="install-dependencies",
-    description="install-dependencies",
+    description="installing deps",
+    descriptionDone="install deps",
     haltOnFailure=True))
 
 portbuilder_factory.addStep(Compile(
     command=['./mpbb/mpbb', 'install-port', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s')],
     name="install-port",
-    description="install-port",
+    description="installing port",
+    descriptionDone="install port",
     haltOnFailure=True))
 
 portbuilder_factory.addStep(ShellCommand(
     command=['./mpbb/mpbb', 'gather-archives', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s'), '--archive-site', archivesite, '--staging-dir', ulpath],
     name="gather-archives",
-    description="gather-archives",
+    description="gathering archives",
+    descriptionDone="gather archives",
     haltOnFailure=True))
 
 # upload archives from build slave to master
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160805/042928ac/attachment.html>


More information about the macports-changes mailing list