[Swift-commit] r2688 - provenancedb
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Mar 16 08:17:13 CDT 2009
Author: benc
Date: 2009-03-16 08:17:12 -0500 (Mon, 16 Mar 2009)
New Revision: 2688
Modified:
provenancedb/drive-opm
provenancedb/import-all
provenancedb/paths.source.ci
provenancedb/paths.source.soju
Log:
Remove expectation that log-processing lives in its own directory, as since
Swift r2683 that has been in the main Swift codebase.
Modified: provenancedb/drive-opm
===================================================================
--- provenancedb/drive-opm 2009-03-16 13:16:17 UTC (rev 2687)
+++ provenancedb/drive-opm 2009-03-16 13:17:12 UTC (rev 2688)
@@ -4,7 +4,7 @@
filename=$1
-export PATH=$LOGPATH:$PATH
+export PATH=$PATH
echo log to OPM conversion for $filename
Modified: provenancedb/import-all
===================================================================
--- provenancedb/import-all 2009-03-16 13:16:17 UTC (rev 2687)
+++ provenancedb/import-all 2009-03-16 13:17:12 UTC (rev 2688)
@@ -6,7 +6,7 @@
# of individual runs will clean other files.
source paths.source
-export PATH=$LOGDIR:$PROVDIR:$PATH
+export PATH=$PROVDIR:$PATH
swift-plot-log $LOGREPO everylog-vs-versions.data
Modified: provenancedb/paths.source.ci
===================================================================
--- provenancedb/paths.source.ci 2009-03-16 13:16:17 UTC (rev 2687)
+++ provenancedb/paths.source.ci 2009-03-16 13:17:12 UTC (rev 2688)
@@ -1,10 +1,6 @@
# file to source that sets variables for the various paths that are
# presently hardcoded
-# this assumes that log-procesisng module is checked out in same place in
-# relation to provenancedb as in the SVN.
-export LOGDIR=`pwd`/../log-processing/
-
# this is the path to log repo on benc's laptop
export LOGREPO=~/swift-logs/
Modified: provenancedb/paths.source.soju
===================================================================
--- provenancedb/paths.source.soju 2009-03-16 13:16:17 UTC (rev 2687)
+++ provenancedb/paths.source.soju 2009-03-16 13:17:12 UTC (rev 2688)
@@ -1,10 +1,6 @@
# file to source that sets variables for the various paths that are
# presently hardcoded
-# this assumes that log-procesisng module is checked out in same place in
-# relation to provenancedb as in the SVN.
-export LOGDIR=`pwd`/../log-processing/
-
# this is the path to log repo on benc's laptop
export LOGREPO=/Users/benc/work/everylog/
export IDIR=/Users/benc/work/everylog/
More information about the Swift-commit
mailing list