[Swift-commit] r5119 - trunk/bin

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Sep 15 09:06:30 CDT 2011


Author: ketan
Date: 2011-09-15 09:06:30 -0500 (Thu, 15 Sep 2011)
New Revision: 5119

Modified:
   trunk/bin/swift-osg-ress-site-catalog
Log:
set pool to engage-submit.renci.org in swift-osg-ress-site-catalog

Modified: trunk/bin/swift-osg-ress-site-catalog
===================================================================
--- trunk/bin/swift-osg-ress-site-catalog	2011-09-15 02:54:05 UTC (rev 5118)
+++ trunk/bin/swift-osg-ress-site-catalog	2011-09-15 14:06:30 UTC (rev 5119)
@@ -42,13 +42,15 @@
 my %tmp;
 my $cmd = "condor_status -any -long -constraint" .
           " 'StringlistIMember(\"VO:$opt_vo\";GlueCEAccessControlBaseRule)'" .
-          " -pool osg-ress-1.fnal.gov";
+          #" -pool osg-ress-1.fnal.gov";
+          " -pool engage-submit.renci.org";
 # if we want the engage verified sites, ignore opt_vo and query against 
 # engage central collector
 if ($opt_engage_verified) {
     $cmd = "condor_status -any -long -constraint" .
            " 'SiteVerified==TRUE'" .
-           " -pool engage-central.renci.org"
+           # " -pool engage-central.renci.org"
+            " -pool engage-submit.renci.org";
 }
 open(STATUS, "$cmd|");
 while(<STATUS>) {




More information about the Swift-commit mailing list