[Swift-commit] r3172 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Oct 23 15:29:15 CDT 2009


Author: hategan
Date: 2009-10-23 15:29:15 -0500 (Fri, 23 Oct 2009)
New Revision: 3172

Modified:
   trunk/libexec/vdl-int.k
Log:
pass (site) profile to the cleanup job

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2009-10-20 20:19:32 UTC (rev 3171)
+++ trunk/libexec/vdl-int.k	2009-10-23 20:29:15 UTC (rev 3172)
@@ -188,7 +188,7 @@
 						vdl:siteprofile(host, "swift:cleanupCommandOptions"),
 						dir
 					)
-					host=host, batch=true)
+					host=host, batch=true, tcprofile(host))
 			)
 			log(LOG:INFO, "END dir={dir} host={host}")
 		)
@@ -472,7 +472,7 @@
 								directory=wfdir
 								redirect=false
 								host=rhost
-								vdl:tcprofile(tr, rhost) //this gets various app params from the tc, such as environment, walltime, etc
+								vdl:tcprofile(rhost, tr=tr) //this gets various app params from the tc, such as environment, walltime, etc
 								replicationGroup=replicationGroup
 								replicationChannel=replicationChannel
 								jobid=jobid
@@ -500,7 +500,7 @@
 							directory=wfdir
 							redirect=false
 							host=rhost
-							vdl:tcprofile(tr, rhost) //this gets various app params from the tc, such as environment, walltime, etc
+							vdl:tcprofile(rhost, tr=tr) //this gets various app params from the tc, such as environment, walltime, etc
 							replicationGroup=replicationGroup
 							replicationChannel=replicationChannel
 							jobid=jobid




More information about the Swift-commit mailing list