Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 0059363

Browse files
authored
Merge pull request #486 from amaltaro/remove-protectedLfns
Remove list of protected LFNs in favor of the wmstatsserver REST API
2 parents 671324b + e04095c commit 0059363

3 files changed

Lines changed: 1 addition & 44 deletions

File tree

Unified/addHoc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@
150150
else:
151151
#print d,"is still in use"
152152
pass
153-
154-
## protected lfn list
155-
os.system('python listProtectedLFN.py')
156153

157154
### dump the knonw thresholds
158155
si = siteInfo()

Unified/htmlor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def htmlor( caller = ""):
1717
up = componentInfo(soft=['mcm','wtc','jira'])
1818
if not up.check(): return
1919

20-
for backup in ['statuses.json','siteInfo.json','listProtectedLFN.txt','equalizor.json']:
20+
for backup in ['statuses.json','siteInfo.json','equalizor.json']:
2121
print "copying",backup,"to old location"
2222
os.system('cp %s/%s /afs/cern.ch/user/c/cmst2/www/unified/.'%(monitor_pub_dir, backup))
2323
#os.system('cp %s/%s %s/.'%(monitor_dir, backup, monitor_pub_dir))

listProtectedLFN.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)