Skip to content
Snippets Groups Projects
Commit fc7e14f1 authored by Robert Marshall's avatar Robert Marshall
Browse files

Add Oracle Linux 9 package


- Adds support for Oracle Linux 9

Changelog: added
Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent fddb3c34
No related branches found
No related tags found
1 merge request!101Omnibus Gitlab 16.2 branching point
......@@ -98,6 +98,7 @@
'6' => %w(scientific ol),
'7' => %w(scientific ol),
'8' => %w(ol), # There is no Scientific Linux 8
'9' => %w(ol), # There is no Scientific Linux 9
}
source_os, target_os = enterprise_linux_additional_uploads.find { |os| platform.match?(/^el\/#{os}/) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment