From 20a9b95a295f4bc7b5ec41a975db0871c415bf5b Mon Sep 17 00:00:00 2001 From: Ivan Razumov Date: Mon, 25 Nov 2024 16:08:51 +0100 Subject: [PATCH] Fix formatting in forward_ports_map.py --- forward_ports_map.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/forward_ports_map.py b/forward_ports_map.py index fc219f7796a..18e9d6e0785 100644 --- a/forward_ports_map.py +++ b/forward_ports_map.py @@ -104,22 +104,22 @@ GIT_REPO_FWPORTS["cmssw"]["CMSSW_14_1_X"] = ["CMSSW_14_1_O2OTest_X"] # Automatically added -#GIT_REPO_FWPORTS["cmssw"]["CMSSW_14_2_X"] = [] -#GIT_REPO_FWPORTS["cmssw"]["CMSSW_14_2_X"].append("CMSSW_14_2_DEVEL_X") +# GIT_REPO_FWPORTS["cmssw"]["CMSSW_14_2_X"] = [] +# GIT_REPO_FWPORTS["cmssw"]["CMSSW_14_2_X"].append("CMSSW_14_2_DEVEL_X") GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"] = [] -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/rootmaster") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/rootmaster") GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/cs9") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/clang") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/devel") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/g4") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/cudart") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/g13") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/tf") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/root632") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/rootmaster"] = ["IB/CMSSW_14_2_X/rootmodule"] -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/rootmaster"].append("IB/CMSSW_14_2_X/g13r6") -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/g13"] = ["IB/CMSSW_14_2_X/g13r6"] -#GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/tf"] = ["IB/CMSSW_14_2_X/py312"] +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/clang") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/devel") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/g4") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/cudart") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/g13") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/tf") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/master"].append("IB/CMSSW_14_2_X/root632") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/rootmaster"] = ["IB/CMSSW_14_2_X/rootmodule"] +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/rootmaster"].append("IB/CMSSW_14_2_X/g13r6") +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/g13"] = ["IB/CMSSW_14_2_X/g13r6"] +# GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_14_2_X/tf"] = ["IB/CMSSW_14_2_X/py312"] # Automatically added GIT_REPO_FWPORTS["cmssw"]["CMSSW_15_0_X"] = []