[Swift-commit] r3620 - trunk/libexec
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Sep 8 15:13:21 CDT 2010
Author: wozniak
Date: 2010-09-08 15:13:21 -0500 (Wed, 08 Sep 2010)
New Revision: 3620
Modified:
trunk/libexec/vdl-int-staging.k
Log:
Bug fix
Modified: trunk/libexec/vdl-int-staging.k
===================================================================
--- trunk/libexec/vdl-int-staging.k 2010-09-08 19:56:15 UTC (rev 3619)
+++ trunk/libexec/vdl-int-staging.k 2010-09-08 20:13:21 UTC (rev 3620)
@@ -127,7 +127,7 @@
stagingMethod := vdl:siteProfile(rhost, "swift:stagingMethod", default="proxy")
pinOption := configProperty("provider.staging.pin.swiftfiles")
- pin := if (pinOption == "" then ("pinned:") else (""))
+ pin := if (pinOption == "true" then ("pinned:") else (""))
stageIn("{pin}{stagingMethod}://localhost/{swift.home}/libexec/{wrapper}", wrapper)
More information about the Swift-commit
mailing list