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

raimue at macports.org raimue at macports.org
Sun Oct 30 21:29:41 CET 2016


Revision: 154476
          https://trac.macports.org/changeset/154476
Author:   raimue at macports.org
Date:     2016-10-30 21:29:41 +0100 (Sun, 30 Oct 2016)
Log Message:
-----------
buildbot: use separate ports for portindex

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-10-30 20:16:37 UTC (rev 154475)
+++ contrib/buildbot-test/master.cfg	2016-10-30 20:29:41 UTC (rev 154476)
@@ -549,12 +549,27 @@
     jobs_portindex_factory = util.BuildFactory()
     # TODO: incremental mode with cleanup?
     jobs_portindex_factory.addStep(steps.Git(
+        name='git infrastructure',
         repourl=config['infraurl'],
         progress=True,
+        alwaysUseLatest=True,
         mode='full',
         method='copy',
         workdir='build/infrastructure'))
+    jobs_portindex_factory.addStep(steps.Git(
+        name='git ports',
+        repourl=config['portsurl'],
+        progress=True,
+        alwaysUseLatest=True,
+        mode='incremental',
+        workdir='build/ports'))
     jobs_portindex_factory.addStep(steps.ShellCommand(
+        command='portindex',
+        name='portindex',
+        description=['generating'],
+        descriptionDone=['done'],
+        workdir='build/ports'))
+    jobs_portindex_factory.addStep(steps.ShellCommand(
         command='port-tclsh infrastructure/jobs/portindex2postgres.tcl',
         name='portindex2postgres',
         description=['generating'],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161030/400348a2/attachment-0002.html>


More information about the macports-changes mailing list