[Swift-commit] r2245 - log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Sep 23 09:58:00 CDT 2008


Author: benc
Date: 2008-09-23 09:57:59 -0500 (Tue, 23 Sep 2008)
New Revision: 2245

Modified:
   log-processing/logs-for-all
Log:
path for use at CI

Modified: log-processing/logs-for-all
===================================================================
--- log-processing/logs-for-all	2008-09-23 14:55:27 UTC (rev 2244)
+++ log-processing/logs-for-all	2008-09-23 14:57:59 UTC (rev 2245)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-for a in `find ~/work/everylog/wilde -name \*.log -and -not -name cluster-\* ` ; do
+for a in `find ~/swift-logs -name Mol\*.log -and -not -name cluster-\* ` ; do
   echo Processing log file $a
   SDL=$(basename $a .log)
   D=$(dirname $a)
   if [ -d report-$SDL ]; then
     echo Skipping
   else
-    make KDIR=$D LOG=$a SDL=$SDL clean webpage.weights webpage.kara webpage.kickstart webpage
+    make KDIR=$D LOG=$a SDL=$SDL clean webpage.kara webpage.kickstart webpage
     make KDIR=$D LOG=$a SDL=$SDL distributable distribute
   fi
 done




More information about the Swift-commit mailing list