[Swift-commit] r2580 - trunk/bin
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Feb 20 23:21:21 CST 2009
Author: hategan
Date: 2009-02-20 23:21:20 -0600 (Fri, 20 Feb 2009)
New Revision: 2580
Modified:
trunk/bin/swift-osg-ress-site-catalog
Log:
patch from Mats to deal with sites with multiple gatekeepers
Modified: trunk/bin/swift-osg-ress-site-catalog
===================================================================
--- trunk/bin/swift-osg-ress-site-catalog 2009-02-20 19:35:32 UTC (rev 2579)
+++ trunk/bin/swift-osg-ress-site-catalog 2009-02-21 05:21:20 UTC (rev 2580)
@@ -100,7 +100,7 @@
else {
print FH " <jobmanager universe=\"vanilla\" url=\"$contact\" major=\"2\" />\n";
}
- print FH " <workdirectory >$workdir/$lc_vo/tmp</workdirectory>\n";
+ print FH " <workdirectory >$workdir/$lc_vo/tmp/$sitename</workdirectory>\n";
print FH " </pool>\n";
}
print FH "\n</config>\n";
More information about the Swift-commit
mailing list