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

Comparing COMP/CRAB/python/PubDB.py (file contents):
Revision 1.12 by fanzago, Thu Apr 6 16:45:17 2006 UTC vs.
Revision 1.13 by spiga, Sun May 7 10:58:16 2006 UTC

# Line 85 | Line 85 | class PubDB:
85              tmpGood = string.split(self.cfg_params['EDG.ce_white_list'],',')
86              for tmp in tmpGood:
87                  tmp=string.strip(tmp)
88 +                if (tmp == 'cnaf'): tmp = 'webserver' ########## warning: temp. patch
89                  CEWhiteList.append(tmp)
90          except KeyError:
91              pass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines