[Swift-commit] r3437 - trunk/libexec/log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Jul 15 13:59:33 CDT 2010


Author: wozniak
Date: 2010-07-15 13:59:32 -0500 (Thu, 15 Jul 2010)
New Revision: 3437

Modified:
   trunk/libexec/log-processing/makefile
Log:
Fix for swift-plot-log generation of execstages.png


Modified: trunk/libexec/log-processing/makefile
===================================================================
--- trunk/libexec/log-processing/makefile	2010-07-15 16:56:25 UTC (rev 3436)
+++ trunk/libexec/log-processing/makefile	2010-07-15 18:59:32 UTC (rev 3437)
@@ -109,7 +109,7 @@
 jobs.retrycount.summary: execute2.event
 	cat execute2.event  | cut -f 5 -d ' ' | sort | uniq -c | sort | sed 's/^ *\(.*\) .*$$/\1/' | uniq -c > jobs.retrycount.summary
 
-execstages.png: execute2.event dostagein.event dostageout.event start-time.tmp
+execstages.png: execute2.event dostagein.event dostageout.event start-time.tmp workflow.event 
 	execstages-plot
 
 # weight processing




More information about the Swift-commit mailing list