[Swift-commit] r2564 - log-processing/bin

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Feb 17 10:57:31 CST 2009


Author: benc
Date: 2009-02-17 10:57:30 -0600 (Tue, 17 Feb 2009)
New Revision: 2564

Modified:
   log-processing/bin/swift-plot-log
Log:
when making a specific target file, move that target file to the pwd at invocation. remove working directory in /tmp.

Modified: log-processing/bin/swift-plot-log
===================================================================
--- log-processing/bin/swift-plot-log	2009-02-17 16:43:47 UTC (rev 2563)
+++ log-processing/bin/swift-plot-log	2009-02-17 16:57:30 UTC (rev 2564)
@@ -44,9 +44,9 @@
 make $MAKEENV SDL=${ORIGDIR}/report-${LOG_FILE_BASE} LOG=$LOG_FILE_PATH clean webpage.kara webpage.weights karatasks.JOB_SUBMISSION.Queue.transitions karatasks.JOB_SUBMISSION.Queue.event karatasks.JOB_SUBMISSION.eip  $MAKETARGETS webpage distribute
 else
 make $MAKEENV SDL=${ORIGDIR}/report-${LOG_FILE_BASE} LOG=$LOG_FILE_PATH clean $2
+cp $2 $ORIGDIR/
 fi
 
 # mv report-$LOG_FILE_BASE $LOG_DIRECTORY/
 
-# rm -r $WORKINGDIR
-echo not removing $WORKINGDIR
+rm -r $WORKINGDIR




More information about the Swift-commit mailing list