ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/DLSInfo.py
(Generate patch)

Comparing COMP/CRAB/python/DLSInfo.py (file contents):
Revision 1.29 by spiga, Wed Jan 7 15:24:30 2009 UTC vs.
Revision 1.31 by spiga, Tue May 26 10:23:00 2009 UTC

# Line 53 | Line 53 | class DLSInfo:
53                            'glidein':  global_url,\
54                            'lsf':      global_url,\
55                            'caf':      caf_url,\
56 <                          'sge':      global_url
56 >                          'sge':      global_url,
57 >                          'arc':      global_url
58                            }
59          dbs_url_default = dbs_url_map[(common.scheduler.name()).lower()]
60  
# Line 66 | Line 67 | class DLSInfo:
67          else:
68              msg = "DLS type %s not among the supported DLS ( DLS_TYPE_DLI and DLS_TYPE_MYSQL ) "%type
69              raise CrabException(msg)
70 <        common.logger.debug(5,"DLS interface: %s Server %s"%(type,endpoint))      
70 >        common.logger.debug("DLS interface: %s Server %s"%(type,endpoint))      
71          try:
72              self.api = dlsClient.getDlsApi(dls_type=type,dls_endpoint=endpoint)
73          except dlsApi.DlsApiError, inst:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines