<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Aug 10, 2016, at 2:09 PM, <a href="mailto:mojca@macports.org" class="">mojca@macports.org</a> wrote:<br class=""><div class=""><div class=""><br class="Apple-interchange-newline"></div><blockquote type="cite" class=""><div class=""><div id="msg" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><dl class="meta" style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; border: 1px solid rgb(0, 0, 102); background-color: rgb(51, 102, 153); padding: 6px; color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;"><dt style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; float: left; width: 6em; font-weight: bold;" class="">Revision</dt><dd class=""><a href="https://trac.macports.org/changeset/151215" style="font-weight: bold; color: rgb(204, 204, 102);" class="">151215</a></dd><dt style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; float: left; width: 6em; font-weight: bold;" class="">Author</dt><dd class=""><a href="mailto:mojca@macports.org" style="font-weight: bold; color: rgb(204, 204, 102);" class="">mojca@macports.org</a></dd><dt style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; float: left; width: 6em; font-weight: bold;" class="">Date</dt><dd class="">2016-08-10 11:09:29 -0700 (Wed, 10 Aug 2016)</dd></dl><h3 style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold;" class="">Log Message</h3><pre style="overflow: auto; background-color: rgb(255, 255, 204); border: 1px solid rgb(255, 170, 0); padding: 6px; background-position: initial initial; background-repeat: initial initial;" class="">mp-buildbot: create a log file with progress of installed dependencies</pre><h3 style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold;" class="">Modified Paths</h3><ul style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt;" class=""><li style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt;" class=""><a href="x-msg://6/#contribmpbuildbotmpbb" class="">contrib/mp-buildbot/mpbb</a></li><li style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt;" class=""><a href="x-msg://6/#contribmpbuildbotmpbbinstalldependencies" class="">contrib/mp-buildbot/mpbb-install-dependencies</a></li></ul></div><div id="patch" style="width: 945px; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><h3 style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold;" class="">Diff</h3><a id="contribmpbuildbotmpbb" class=""></a><div class="modfile" style="border: 1px solid rgb(204, 204, 204); margin: 10px 0px;"><h4 style="font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; padding: 8px; background-color: rgb(51, 102, 153); color: rgb(255, 255, 255); margin: 0px; background-position: initial initial; background-repeat: initial initial;" class="">Modified: contrib/mp-buildbot/mpbb (151214 =&gt; 151215)</h4><pre class="diff" style="padding: 0px 0px 10px; line-height: 1.2em; margin: 0px; width: 943px; background-color: rgb(238, 238, 238); overflow: auto; background-position: initial initial; background-repeat: initial initial;"><span style="display: block; padding: 0px 10px;" class="">
<span class="info" style="color: rgb(136, 136, 136); background-color: rgb(255, 255, 255); display: block; padding: 0px 10px; background-position: initial initial; background-repeat: initial initial;">--- 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)
</span><span class="lines" style="display: block; padding: 0px 10px; color: rgb(136, 136, 136); background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;"><span style="font-family: Helvetica;" class="">@@ -77,6 +79,10 @@</span></span><span class="cx" style="display: block; padding: 0px 10px;">    between builds. Your MacPorts installation in --prefix needs to be able to
</span><span class="cx" style="display: block; padding: 0px 10px;">    access this location. Defaults to your current directory, or
</span><span class="cx" style="display: block; padding: 0px 10px;">    /tmp/mp-buildbot if \$PWD isn't set.
</span><ins style="background-color: rgb(221, 255, 221); text-decoration: none; display: block; padding: 0px 10px; background-position: initial initial; background-repeat: initial initial;" class="">+
+ --logdir LOGDIR
+   A temporary folder for storing log files to be read by the master. Defaults to
+   WORKDIR/logs. 
</ins><span class="cx" style="display: block; padding: 0px 10px;"> EOF
</span><span class="cx" style="display: block; padding: 0px 10px;"> </span></span></pre></div></div></div></blockquote></div>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.<div class=""><br class=""></div><div class="">vq</div></body></html>