[Swift-commit] r7563 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue Feb 4 13:34:41 CST 2014


Author: ketan
Date: 2014-02-04 13:34:41 -0600 (Tue, 04 Feb 2014)
New Revision: 7563

Modified:
   SwiftApps/swift-galaxy/swift/buildsite.sh
Log:
fixes in buildsite

Modified: SwiftApps/swift-galaxy/swift/buildsite.sh
===================================================================
--- SwiftApps/swift-galaxy/swift/buildsite.sh	2014-02-04 19:14:01 UTC (rev 7562)
+++ SwiftApps/swift-galaxy/swift/buildsite.sh	2014-02-04 19:34:41 UTC (rev 7563)
@@ -16,7 +16,8 @@
 case "$site" in
 midway )
 cat << EOF > /tmp/sites.xml
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
   <pool handle="midway">
     <execution provider="coaster" url="swift.rcc.uchicago.edu" jobmanager="ssh-cl:slurm"/>
     <profile namespace="globus" key="queue">sandyb</profile>
@@ -39,7 +40,8 @@
 
 uc3 )
 cat << EOF > /tmp/sites.xml
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
   <pool handle="uc3">
     <execution provider="coaster" url="uc3-sub.uchicago.edu" jobmanager="ssh-cl:condor"/>
     <!--<execution provider="coaster" jobmanager="local:condor"/>-->
@@ -65,7 +67,8 @@
 
 stampede )
 cat << EOF > /tmp/sites.xml
-<config>
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
 <pool handle="stampede">
   <execution provider="coaster" jobmanager="ssh-cl:slurm" url="stampede.tacc.utexas.edu"/>
   <filesystem provider="local"/>
@@ -92,6 +95,7 @@
 
 localhost )
 cat << EOF > /tmp/sites.xml
+<?xml version="1.0" encoding="UTF-8"?>
 <config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
 <pool handle="localhost">
  <execution provider="local" />
@@ -109,6 +113,7 @@
 * )
 echo "defaulting to localhost"
 cat << EOF > /tmp/sites.xml
+<?xml version="1.0" encoding="UTF-8"?>
 <config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
 <pool handle="localhost">
  <execution provider="local" />
@@ -120,7 +125,6 @@
 </pool>
 </config>
 EOF
-
 ;;
 esac
 




More information about the Swift-commit mailing list