[Swift-commit] r2359 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Dec 6 21:15:38 CST 2008


Author: hategan
Date: 2008-12-06 21:15:37 -0600 (Sat, 06 Dec 2008)
New Revision: 2359

Modified:
   trunk/libexec/vdl-int.k
Log:
fixed error

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2008-12-04 17:15:06 UTC (rev 2358)
+++ trunk/libexec/vdl-int.k	2008-12-07 03:15:37 UTC (rev 2359)
@@ -362,7 +362,7 @@
 			replicationGroup, replicationChannel]
 			stagein := list(unique(each(stagein)))
 			stageout := list(unique(each(stageout)))
-			allocateHost(rhost, constraints=vdl:jobConstraints(tr, stagein)
+			allocateHost(rhost, constraints=vdl:jobConstraints(tr, stagein=stagein)
 				
 				[wfdir, sharedDir] := try(
 					initSharedDir(rhost)




More information about the Swift-commit mailing list