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

Commit 439c3a9

Browse files
authored
Merge pull request #615 from CMSCompOps/stop_lockor
remove lockor module
2 parents 6847a28 + 28a0314 commit 439c3a9

File tree

4 files changed

+2
-265
lines changed

4 files changed

+2
-265
lines changed

Unified/htmlor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def lap( comment ):
226226
view_not_a_module = ['agentInfo','componentInfo']
227227
view_modules = ['injector','batchor','assignor','completor','GQ','equalizor','checkor','recoveror','actor','closor']+view_not_a_module
228228

229-
all_modules = list(set(view_modules + ['actor','addHoc','assignor','batchor','checkor','closor','completor','efficiencor','equalizor','GQ','htmlor','injector','lockor','messagor','recoveror','remainor','showError','stuckor','subscribor']))
229+
all_modules = list(set(view_modules + ['actor','addHoc','assignor','batchor','checkor','closor','completor','efficiencor','equalizor','GQ','htmlor','injector','messagor','recoveror','remainor','showError','stuckor','subscribor']))
230230

231231
html_doc.write("""
232232
<html>

Unified/lockor.py

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

acrontab.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## single script that cycles through modules
1616
15 */4 * * * vocms0269 /data/unified/WmAgentScripts/cWrap.sh Unified/stuckor.py &> /dev/null
1717
20,50 * 1-31 * * vocms0269 /data/unified/WmAgentScripts/assigncycle.sh &> /dev/null
18-
30 */4 1-31 * * vocms0269 /data/unified/WmAgentScripts/unlockingcycle.sh &> /dev/null
18+
#30 */4 1-31 * * vocms0269 /data/unified/WmAgentScripts/unlockingcycle.sh &> /dev/null
1919
10,40 * 1-31 * * vocms0273 /data/unified/WmAgentScripts/postcycle-strict.sh &> /dev/null
2020
15,45 * 1-31 * * vocms0273 /data/unified/WmAgentScripts/postcycle-update.sh &> /dev/null
2121
20,50 * 1-31 * * vocms0268 /data/unified/WmAgentScripts/postcycle-review-recovering.sh &> /dev/null

unlockingcycle.sh

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

0 commit comments

Comments
 (0)