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

Comparing COMP/CRAB/python/SchedulerGlite.py (file contents):
Revision 1.11 by spiga, Sat Jan 20 13:47:46 2007 UTC vs.
Revision 1.12 by slacapra, Mon Feb 26 12:02:25 2007 UTC

# Line 101 | Line 101 | class SchedulerGlite(SchedulerEdg):
101                  reqtmp.append(' Member("'+arg+'" , other.GlueCESEBindGroupSEUniqueID) ')
102              if len(reqtmp): reqSites = reqSites + " && (" + concString.join(reqtmp)  
103              # requirement added to skip gliteCE
104 <            reqSites = reqSites + '&& (!RegExp("*blah*", other.GlueCEUniqueId)));\n'
104 >            reqSites = reqSites + '&& (!RegExp("blah", other.GlueCEUniqueId)));\n'
105              param_file.write('Requirements = ' + req + reqSites )
106    
107              if (self.rb_param_file != ''):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines