[Swift-commit] r3586 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Aug 30 13:26:11 CDT 2010
Author: wozniak
Date: 2010-08-30 13:26:11 -0500 (Mon, 30 Aug 2010)
New Revision: 3586
Modified:
trunk/libexec/_swiftwrap.staging
Log:
Support CDM DIRECT for output with provider staging
Modified: trunk/libexec/_swiftwrap.staging
===================================================================
--- trunk/libexec/_swiftwrap.staging 2010-08-30 18:25:21 UTC (rev 3585)
+++ trunk/libexec/_swiftwrap.staging 2010-08-30 18:26:11 UTC (rev 3586)
@@ -242,6 +242,11 @@
log "CDM_POLICY: $F -> $CDM_POLICY"
eval cdm_action $PWD "INPUT" $F $CDM_POLICY
done
+ for F in $OUTF ; do
+ CDM_POLICY=$( cdm_lookup cdm.pl $CDM_FILE $F )
+ log "CDM_POLICY: $F -> $CDM_POLICY"
+ eval cdm_action $PWD "OUTPUT" $F $CDM_POLICY
+ done
fi
logstate "EXECUTE"
More information about the Swift-commit
mailing list