Skip to content

Commit deec55c

Browse files
committed
Merge branch 'repos' into 'main'
refactor list of repositories See merge request redhat/centos-stream/src/kernel/documentation!554
2 parents f6f0217 + b1efe8f commit deec55c

File tree

1 file changed

+48
-16
lines changed

1 file changed

+48
-16
lines changed

content/docs/kernel_git_repo_info.adoc

Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,55 @@ For example, the rhel-8 repository contains branches and the main branch (as of
3030
remotes/origin/main +
3131
remotes/origin/main-rt
3232

33-
|===
34-
|Name|Type|Description
3533

36-
|https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9[CentOS-Stream 9 kernel]|public|Public kernel tree for future RHEL9 development
37-
|https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-8[CentOS-Stream 8 kernel]|public|Public kernel tree for future RHEL8 development
38-
|https://gitlab.com/cki-project/kernel-ark.git[Fedora/ARK]|public|https://cki-project.gitlab.io/kernel-ark/[https://cki-project.gitlab.io/kernel-ark/]
39-
|https://gitlab.com/redhat/rhel/src/kernel/rhel-5[RHEL-5]|private|RHEL-5 is a private tree restricted to Red Hat employees only. The git history of this tree contains Red Hat private information and partner data. This tree will never be made public.
40-
|https://gitlab.com/redhat/rhel/src/kernel/rhel-6[RHEL-6]|private|RHEL-6 is a private tree restricted to Red Hat employees only. The git history of this tree contains Red Hat private information and partner data. This tree will never be made public.
41-
|https://gitlab.com/redhat/rhel/src/kernel/rhel-7[RHEL-7]|private|RHEL-7 is a private tree restricted to Red Hat employees only. The git history of this tree contains Red Hat private information and partner data. This tree will never be made public.
42-
|https://gitlab.com/redhat/rhel/src/kernel/rhel-alt-7[RHEL-alt-7]|private|RHEL-alt-7 is a private tree restricted to Red Hat employees only. The git history of this tree contains Red Hat private information and partner data. This tree will never be made public.
43-
|https://gitlab.com/redhat/rhel/src/kernel/rhel-8[RHEL-8]|private|RHEL-8 is a private tree restricted to Red Hat employees only. The git history of this tree contains Red Hat private information and partner data. This tree will never be made public. Various sanitized versions exist through CentOS-Stream or the partner program.
44-
|https://gitlab.com/redhat/rhel/src/kernel/rhel-9[RHEL-9]|private|Future tree for RHEL-9 development. See CentOS-Stream for tree location for main development. The CentOS-Stream 9 repository should be used for general development. The RHEL-9 tree only contains z-stream branches.
45-
|https://gitlab.com/redhat/rhel/kernel/8.y/kernel-test/[kernel-test]|private|Private tree to test webhooks, internal scripts, user process, user’s scripts, etc.
46-
|https://gitlab.com/redhat/centos-stream/src/kernel/utils/tools[Kernel tools]|public|A collection of useful tools and scripts for working with the RHEL, Fedora, and CentOS kernels. This repository contains the git-backport tool.
47-
|https://gitlab.com/redhat/centos-stream/src/kernel/documentation[Kernel documentation]|public|Documentation on RHEL, Fedora, and CentOS kernels.
48-
|Embargoed|Private, with additional restricted access. In some cases, these are Red Hat internal only.|Used to resolve CVE and other partner-related embargoed issues.
49-
|===
34+
=== Public
35+
36+
https://gitlab.com/redhat/centos-stream/src/kernel/documentation[Documentation on RHEL, Fedora, and CentOS kernel workflow]
37+
38+
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-8[CentOS-Stream 8 kernel]
39+
for future RHEL8 development
40+
41+
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9[CentOS-Stream 9 kernel]
42+
for general and future RHEL9 development
43+
44+
https://gitlab.com/cki-project/kernel-ark.git[Fedora/ARK] and
45+
https://cki-project.gitlab.io/kernel-ark/[Fedora/ARK kernel documentation]
46+
47+
https://gitlab.com/redhat/centos-stream/src/kernel/utils/tools[Kernel tools] –
48+
a collection of useful tools and scripts including
49+
https://gitlab.com/redhat/centos-stream/src/kernel/utils/tools/-/blob/main/git-backport[git-backport] tool
50+
51+
52+
=== Private
53+
54+
Private repositories contain Red Hat private information and partner data
55+
and are restricted to Red Hat employees only.
56+
These repositories will never be made public.
57+
58+
https://gitlab.com/redhat/rhel/src/kernel/rhel-8-sandbox[RHEL-8 sandbox],
59+
https://gitlab.com/redhat/rhel/src/kernel/rhel-9-sandbox[RHEL-9 sandbox]
60+
– to test webhooks, internal scripts, user process, user’s scripts, etc.
61+
62+
https://gitlab.com/redhat/rhel/src/kernel/rhel-8[RHEL-8] –
63+
private, but various sanitized versions exist through CentOS-Stream or the partner program.
64+
65+
https://gitlab.com/redhat/rhel/src/kernel/rhel-9[RHEL-9] –
66+
Future tree for RHEL-9 development.
67+
See CentOS-Stream for tree location for main development.
68+
The CentOS-Stream 9 repository should be used for general development.
69+
The RHEL-9 tree only contains z-stream branches.
70+
71+
https://gitlab.com/redhat/rhel/src/kernel/rhel-5[RHEL-5],
72+
https://gitlab.com/redhat/rhel/src/kernel/rhel-6[RHEL-6],
73+
https://gitlab.com/redhat/rhel/src/kernel/rhel-7[RHEL-7]
74+
75+
https://gitlab.com/redhat/rhel/src/kernel/rhel-alt-7[RHEL-alt-7]
76+
– archived project.
77+
78+
Embargoed – with additional restricted access.
79+
In some cases, these are Red Hat internal only.
80+
Used to resolve CVE and other partner-related embargoed issues.
81+
5082

5183
== dist-git repositories
5284

0 commit comments

Comments
 (0)