[Swift-commit] r3638 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Sep 22 12:36:51 CDT 2010
Author: wozniak
Date: 2010-09-22 12:36:51 -0500 (Wed, 22 Sep 2010)
New Revision: 3638
Modified:
trunk/libexec/vdl-int-staging.k
Log:
Enable provider.staging.pin for Swift CDM files
Modified: trunk/libexec/vdl-int-staging.k
===================================================================
--- trunk/libexec/vdl-int-staging.k 2010-09-22 14:53:49 UTC (rev 3637)
+++ trunk/libexec/vdl-int-staging.k 2010-09-22 17:36:51 UTC (rev 3638)
@@ -135,9 +135,10 @@
d := vdl:dirname(cdmfile)
file := basename(cdmfile)
dir := if ( d == "" then("./") else(str:concat(d,"/")))
- stageIn("{stagingMethod}://localhost/{dir}{file}", cdmfile)
- stageIn("{stagingMethod}://localhost/{swift.home}/libexec/cdm.pl", "cdm.pl")
- stageIn("{stagingMethod}://localhost/{swift.home}/libexec/cdm_lib.sh", "cdm_lib.sh")
+ loc := "{pin}{stagingMethod}://localhost/"
+ stageIn("{loc}{dir}{file}", cdmfile)
+ stageIn("{loc}{swift.home}/libexec/cdm.pl", "cdm.pl")
+ stageIn("{loc}{swift.home}/libexec/cdm_lib.sh", "cdm_lib.sh")
))
appStageins(jobid, stagein, ".", stagingMethod)
More information about the Swift-commit
mailing list