[151215] contrib/mp-buildbot
Lawrence Velázquez
larryv at macports.org
Wed Aug 10 11:17:47 PDT 2016
On Aug 10, 2016, at 2:09 PM, mojca at macports.org <mailto:mojca at macports.org> wrote:
> Revision
> 151215 <https://trac.macports.org/changeset/151215>Author
> mojca at macports.org <mailto:mojca at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20160810/ac3e59ad/attachment-0001.html>
More information about the macports-dev
mailing list