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

Comparing COMP/CRAB/python/ServerConfig.py (file contents):
Revision 1.13 by fanzago, Tue Oct 7 14:02:25 2008 UTC vs.
Revision 1.14 by fanzago, Fri Oct 10 09:42:04 2008 UTC

# Line 10 | Line 10 | class ServerConfig:
10      def __init__(self, serverName):
11          common.logger.debug(5,'Calling ServerConfig')
12   #        self.url = 'http://cmsdoc.cern.ch/cms/ccs/wm/www/Crab/useful_script/'
13 <        self.url ='https://cmsweb.cern.ch/crabconf/'
13 >        self.url ='https://cmsweb.cern.ch/crabconf/files/'
14          if 'server_' in string.lower(serverName):
15              self.configFileName = '%s.conf'%string.lower(serverName)
16          else:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines