We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde518 commit e3ad46cCopy full SHA for e3ad46c
release_config.py
@@ -25,6 +25,7 @@
25
26
# Product to branch mapping
27
release_map = {
28
+ "lts-9.6": {"src_git_branch": "ciqlts9_6", "dist_git_branch": "lts96-9", "mock_config": "rocky-lts96"},
29
"lts-9.4": {"src_git_branch": "ciqlts9_4", "dist_git_branch": "lts94-9", "mock_config": "rocky-lts94"},
30
"lts-9.2": {"src_git_branch": "ciqlts9_2", "dist_git_branch": "lts92-9", "mock_config": "rocky-lts92"},
31
"lts-8.8": {"src_git_branch": "ciqlts8_8", "dist_git_branch": "lts88-8", "mock_config": "rocky-lts88"},
0 commit comments