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.16 by gutsche, Thu Apr 26 19:26:04 2007 UTC vs.
Revision 1.17 by gutsche, Thu May 24 17:59:26 2007 UTC

# Line 73 | Line 73 | class DLSInfo:
73              except KeyError:
74                  endpoint="lxgate10.cern.ch:18081"
75          elif type=="DLS_TYPE_DBS":
76 +            #
77 +            # use dbs_url as dls_endpoint if dls_type is dbs
78 +            #
79              try:
80 <                endpoint=self.cfg_params['CMSSW.dls_endpoint']
80 >                endpoint=self.cfg_params['CMSSW.dbs_url']
81              except KeyError:
82                  endpoint="http://cmsdbsprod.cern.ch/cms_dbs_prod_global/servlet/DBSServlet"
83          else:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines