Skip to content

Commit

Permalink
Merge pull request #2383 from cms-sw/fix-formatting-20241125
Browse files Browse the repository at this point in the history
Fix formatting in forward_ports_map.py
  • Loading branch information
iarspider authored Nov 25, 2024
2 parents ce984fd + 20a9b95 commit 8f93bfa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions forward_ports_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = []
Expand Down

0 comments on commit 8f93bfa

Please sign in to comment.