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.9 by spiga, Sun Sep 21 11:49:50 2008 UTC vs.
Revision 1.10 by spiga, Sun Sep 21 17:20:55 2008 UTC

# Line 9 | Line 9 | import os, time
9   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/files/'
12 > #        self.url = 'http://cmsdoc.cern.ch/cms/ccs/wm/www/Crab/useful_script/'
13 >        self.url ='https://cmsweb.cern.ch/crabconf/'
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