[Swift-commit] r7144 - trunk/tests/sites/local
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Mon Oct 7 16:36:23 CDT 2013
Author: davidk
Date: 2013-10-07 16:36:23 -0500 (Mon, 07 Oct 2013)
New Revision: 7144
Modified:
trunk/tests/sites/local/sites.template.xml
Log:
Use filesystem tag rather than gridftp to remove syntax warning
Modified: trunk/tests/sites/local/sites.template.xml
===================================================================
--- trunk/tests/sites/local/sites.template.xml 2013-10-07 21:11:01 UTC (rev 7143)
+++ trunk/tests/sites/local/sites.template.xml 2013-10-07 21:36:23 UTC (rev 7144)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
<pool handle="localhost">
- <execution provider="local" />
- <gridftp url="local://localhost" />
+ <execution provider="local"/>
+ <filesystem provider="local"/>
<profile key="initialScore" namespace="karajan">10000</profile>
<profile key="jobThrottle" namespace="karajan">.31</profile>
<workdirectory>_WORK_</workdirectory>
More information about the Swift-commit
mailing list