Skip to content

Commit

Permalink
Merge pull request #442 from ktf/decommission-ktf
Browse files Browse the repository at this point in the history
Decommissioning @ktf. Sic transit gloria mundi.
  • Loading branch information
ktf committed Apr 28, 2015
2 parents 47b7895 + ad8f5ec commit 1917392
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions categories.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# A ridicously long mapping for categories. Good enough for now.
import re

REQUEST_BUILD_RELEASE = [ "nclopezo" , "ktf", "smuzaffar", "degano", "davidlange6", "mark-grimes" ]
APPROVE_BUILD_RELEASE = [ "nclopezo" , "ktf", "smuzaffar", "degano", "davidlange6" ]
TRIGGER_PR_TESTS = [ "nclopezo" , "ktf", "smuzaffar", "degano", "davidlange6", "mark-grimes", "fratnikov" ]
REQUEST_BUILD_RELEASE = [ "nclopezo" , "smuzaffar", "degano", "davidlange6", "mark-grimes" ]
APPROVE_BUILD_RELEASE = [ "nclopezo" , "smuzaffar", "degano", "davidlange6" ]
TRIGGER_PR_TESTS = [ "nclopezo" , "smuzaffar", "degano", "davidlange6", "mark-grimes", "fratnikov" ]

CMSSW_L2 = {
"Martin-Grunewald": ["hlt"],
Expand All @@ -15,7 +15,6 @@
"civanch": ["simulation", "geometry", "fastsim"],
"mdhildreth": ["simulation", "geometry", "fastsim"],
"Dr15Jones": ["core", "visualization", "geometry"],
"ktf": ["core", "visualization", "geometry"],
"alja": ["visualization"],
"ianna": ["geometry"],
"deguio": ["dqm"],
Expand Down
6 changes: 3 additions & 3 deletions releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"CMSSW_6_2_X_SLHC": ["fratnikov", "mark-grimes"],
"CMSSW_6_2_SLHCDEV_X": ["fratnikov", "mark-grimes"],
"CMSSW_5_3_X": ["smuzaffar"],
"CMSSW_4_4_X": ["smuzaffar", "nclopezo", "davidlt", "ktf"],
"CMSSW_4_2_X": ["smuzaffar", "nclopezo", "davidlt", "ktf"],
"CMSSW_4_1_X": ["smuzaffar", "nclopezo", "davidlt", "ktf"],
"CMSSW_4_4_X": ["smuzaffar", "nclopezo", "davidlt"],
"CMSSW_4_2_X": ["smuzaffar", "nclopezo", "davidlt"],
"CMSSW_4_1_X": ["smuzaffar", "nclopezo", "davidlt"],
}
1 change: 0 additions & 1 deletion super-users.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- ktf
- davidlange6
- smuzaffar

0 comments on commit 1917392

Please sign in to comment.