Author: sebor
Date: Mon Mar 24 10:34:58 2008
New Revision: 640477

URL: http://svn.apache.org/viewvc?rev=640477&view=rev
Log:
2008-03-24  Martin Sebor  <[EMAIL PROTECTED]>

        * bin/xbuildgen (logdir): Corrected the pathname of the directory
        containing gzipped build log files from results/builds to just
        results/.

Modified:
    stdcxx/trunk/bin/xbuildgen

Modified: stdcxx/trunk/bin/xbuildgen
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/bin/xbuildgen?rev=640477&r1=640476&r2=640477&view=diff
==============================================================================
--- stdcxx/trunk/bin/xbuildgen (original)
+++ stdcxx/trunk/bin/xbuildgen Mon Mar 24 10:34:58 2008
@@ -880,9 +880,9 @@
 
 # the location of the logs
 if [ -z $version ]; then
-    logdir="http://people.apache.org/~sebor/stdcxx/results/builds";
+    logdir="http://people.apache.org/~sebor/stdcxx/results";
 else
-    logdir="http://people.apache.org/~sebor/stdcxx-$version/results/builds";
+    logdir="http://people.apache.org/~sebor/stdcxx-$version/results";
 fi
 
 # the name of a temporary file containing the build timings


Reply via email to