1
0
Эх сурвалжийг харах

more instruction tweaks

[SVN r26637]
Aleksey Gurtovoy 21 жил өмнө
parent
commit
fa1bb51ac5

+ 7 - 7
tools/regression/xsl_reports/runner/instructions.html

@@ -374,14 +374,14 @@ arguments:</p>
 --timestamp     path to a file which modification time will be used 
                 as a timestamp of the run (&quot;timestamp&quot; by default)
 </pre>
-<p>For example, assuming that the run's resulting  binaries are in 
-<tt class="docutils literal"><span class="pre">/Volumes/stuff/users/alexy/boost_regressions/results</span></tt> directory,
-the  <tt class="docutils literal"><span class="pre">collect_and_upload_logs.py</span></tt> invocation might look like this:</p>
+<p>For example, assuming that the run's resulting  binaries are in the
+<tt class="docutils literal"><span class="pre">$BOOST_ROOT/bin</span></tt> directory (the default Boost.Build setup), the 
+<tt class="docutils literal"><span class="pre">collect_and_upload_logs.py</span></tt> invocation might look like this:</p>
 <pre class="literal-block">
 python $BOOST_ROOT/tools/regression/xsl_reports/runner/collect_and_upload_logs.py 
-   --locate-root=/Volumes/stuff/users/alexy/boost_regressions/results
-   --runner=agurtovoy
-   --timestamp=/Volumes/stuff/users/alexy/boost_regressions/timestamp
+   --locate-root=$BOOST_ROOT/bin
+   --runner=Metacomm
+   --timestamp=timestamp
 </pre>
 </li>
 </ol>
@@ -450,7 +450,7 @@ are running on a Windows platform. Contributions are welcome!</td></tr>
 <hr class="docutils footer" />
 <div class="footer">
 <a class="reference" href="instructions.rst">View document source</a>.
-Generated on: 2005-01-07 13:27 UTC.
+Generated on: 2005-01-07 14:24 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 </div>
 </body>

+ 6 - 6
tools/regression/xsl_reports/runner/instructions.rst

@@ -157,14 +157,14 @@ operations:
         --timestamp     path to a file which modification time will be used 
                         as a timestamp of the run ("timestamp" by default)
 
-   For example, assuming that the run's resulting  binaries are in 
-   ``/Volumes/stuff/users/alexy/boost_regressions/results`` directory,
-   the  ``collect_and_upload_logs.py`` invocation might look like this::
+   For example, assuming that the run's resulting  binaries are in the
+   ``$BOOST_ROOT/bin`` directory (the default Boost.Build setup), the 
+   ``collect_and_upload_logs.py`` invocation might look like this::
 
        python $BOOST_ROOT/tools/regression/xsl_reports/runner/collect_and_upload_logs.py 
-          --locate-root=/Volumes/stuff/users/alexy/boost_regressions/results
-          --runner=agurtovoy
-          --timestamp=/Volumes/stuff/users/alexy/boost_regressions/timestamp
+          --locate-root=$BOOST_ROOT/bin
+          --runner=Metacomm
+          --timestamp=timestamp
 
 
 __ http://www.boost.org/regression-logs/developer/

粤ICP备19079148号