From 89e6a13f7bcbf829cb96aa240637dec2b43f3c4a Mon Sep 17 00:00:00 2001 From: Fabio Cossutti Date: Mon, 26 Feb 2018 16:11:47 +0100 Subject: [PATCH 1/3] Add category xpog with no package associated for AN release branch management --- categories.py | 2 ++ categories_map.py | 1 + 2 files changed, 3 insertions(+) diff --git a/categories.py b/categories.py index 2161e1d871f7..6b18b0f51286 100644 --- a/categories.py +++ b/categories.py @@ -65,6 +65,8 @@ "gudrutis" : ["externals"], "lpernie" : ["alca"], "jfernan2": ["dqm"], + "arizzi": ["xpog"], + "gpetruc": ["xpog"], CMSBUILD_USER: ["tests", "code-checks" ], } diff --git a/categories_map.py b/categories_map.py index 620636e2fc18..9beed5663ac7 100644 --- a/categories_map.py +++ b/categories_map.py @@ -603,6 +603,7 @@ "RecoMuon/L3TrackFinder", "RecoTauTag/HLTProducers", ], + "xpog": [""], "analysis": [ "EgammaAnalysis/ElectronTools", "CondFormats/JetMETObjects", From b694327185be7d91e9d5055247af74678e759101 Mon Sep 17 00:00:00 2001 From: Fabio Cossutti Date: Mon, 26 Feb 2018 16:27:18 +0100 Subject: [PATCH 2/3] fix syntax --- categories_map.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/categories_map.py b/categories_map.py index 9beed5663ac7..4dd2473fc119 100644 --- a/categories_map.py +++ b/categories_map.py @@ -602,9 +602,9 @@ "RecoMuon/L3MuonProducer", "RecoMuon/L3TrackFinder", "RecoTauTag/HLTProducers", - ], - "xpog": [""], - "analysis": [ + ], + "xpog": [""], + "analysis": [ "EgammaAnalysis/ElectronTools", "CondFormats/JetMETObjects", "HiggsAnalysis/CombinedLimit", From 9e6da3cd8cc3ae61fb02ee5c37fb9357d6b215b0 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Mon, 26 Feb 2018 17:55:46 +0100 Subject: [PATCH 3/3] empty package list fo xpog --- categories_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/categories_map.py b/categories_map.py index 4dd2473fc119..959725282243 100644 --- a/categories_map.py +++ b/categories_map.py @@ -603,7 +603,7 @@ "RecoMuon/L3TrackFinder", "RecoTauTag/HLTProducers", ], - "xpog": [""], + "xpog": [], "analysis": [ "EgammaAnalysis/ElectronTools", "CondFormats/JetMETObjects",