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

raimue at macports.org raimue at macports.org
Fri Mar 18 06:33:13 PDT 2016


Revision: 146812
          https://trac.macports.org/changeset/146812
Author:   raimue at macports.org
Date:     2016-03-18 06:33:13 -0700 (Fri, 18 Mar 2016)
Log Message:
-----------
Fix typo in mpbb checkout step for portwatcher

The step was accidentally added to portbuilder_factory.

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-03-18 13:19:45 UTC (rev 146811)
+++ contrib/buildbot-test/master.cfg	2016-03-18 13:33:13 UTC (rev 146812)
@@ -238,7 +238,7 @@
 def make_portwatcher_factory(triggerable):
 	portwatcher_factory = BuildFactory()
 	# get mp-buildbot; we'll do the checkout of base and dports via these scripts
-	portbuilder_factory.addStep(SVN(repourl=mpbbsvnurl,alwaysUseLatest=True,preferLastChangedRev=True,mode="incremental",workdir="build/mpbb",haltOnFailure=True))
+	portwatcher_factory.addStep(SVN(repourl=mpbbsvnurl,alwaysUseLatest=True,preferLastChangedRev=True,mode="incremental",workdir="build/mpbb",haltOnFailure=True))
 
 	portwatcher_factory.addStep(SetPropertyFromCommandWithPortlist(command=WithProperties('for portname in %(portlist)s; do for subport in `./mpbb/tools/subports.tcl $portname`; do echo $subport; done; done' ),
 								       property="subportlist"))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160318/a2671b97/attachment.html>


More information about the macports-changes mailing list