On Aug 10, 2016, at 2:09 PM, mo...@macports.org <mailto:mo...@macports.org> 
wrote:

> Revision
> 151215 <https://trac.macports.org/changeset/151215>Author
> mo...@macports.org <mailto:mo...@macports.org>Date
> 2016-08-10 11:09:29 -0700 (Wed, 10 Aug 2016)
> Log Message
> 
> mp-buildbot: create a log file with progress of installed dependencies
> Modified Paths
> 
> contrib/mp-buildbot/mpbb <x-msg://6/#contribmpbuildbotmpbb>
> contrib/mp-buildbot/mpbb-install-dependencies 
> <x-msg://6/#contribmpbuildbotmpbbinstalldependencies>
> Diff
> 
>  <>Modified: contrib/mp-buildbot/mpbb (151214 => 151215)
> 
> --- contrib/mp-buildbot/mpbb  2016-08-10 16:13:48 UTC (rev 151214)
> +++ contrib/mp-buildbot/mpbb  2016-08-10 18:09:29 UTC (rev 151215)
> @@ -77,6 +79,10 @@
>     between builds. Your MacPorts installation in --prefix needs to be able to
>     access this location. Defaults to your current directory, or
>     /tmp/mp-buildbot if \$PWD isn't set.
> +
> + --logdir LOGDIR
> +   A temporary folder for storing log files to be read by the master. 
> Defaults to
> +   WORKDIR/logs. 
>  EOF
>  
This description is not true in the current implementation because the value of 
${option_logdir} does not track the value of ${option_workdir}. That is, if 
mpbb is invoked with --workdir FOO, ${option_logdir} will not have the value 
FOO/logs. To make this work, you'd have to set option_logdir after the option 
parsing.

vq
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to