[Swift-commit] r7953 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Fri Jul 4 01:35:22 CDT 2014


Author: hategan
Date: 2014-07-04 01:35:22 -0500 (Fri, 04 Jul 2014)
New Revision: 7953

Modified:
   trunk/libexec/swift-int-staging.k
Log:
removed swift: prefix from properties

Modified: trunk/libexec/swift-int-staging.k
===================================================================
--- trunk/libexec/swift-int-staging.k	2014-07-04 06:34:38 UTC (rev 7952)
+++ trunk/libexec/swift-int-staging.k	2014-07-04 06:35:22 UTC (rev 7953)
@@ -82,9 +82,9 @@
 
 				swift:execute(
 					progress,
-					siteProfile(rhost, "swift:wrapperInterpreter"),
+					siteProfile(rhost, "wrapperInterpreter"),
 					list(
-						siteProfile(rhost, "swift:wrapperInterpreterOptions"),
+						siteProfile(rhost, "wrapperInterpreterOptions"),
 						"_swiftwrap.staging",
 						"-e", executable(tr, rhost),
 						"-out", if(stdout == null, "stdout.txt", getFieldValue(stdout)),
@@ -107,7 +107,7 @@
 					replicationChannel = replicationChannel
 					jobid = jobid
 				
-					stagingMethod := siteProfile(rhost, "swift:stagingMethod", default="proxy")
+					stagingMethod := siteProfile(rhost, "stagingMethod", default="proxy")
 
 					stageIn("{PIN}{stagingMethod}://localhost/{SWIFT:HOME}/libexec/_swiftwrap.staging", "_swiftwrap.staging")
 




More information about the Swift-commit mailing list