Skip to content

Commit 3d9ba4d

Browse files
Robert Marshallbalasankarc
authored andcommitted
Add Oracle Linux 9 package
- Adds support for Oracle Linux 9 Changelog: added Signed-off-by: Robert Marshall <[email protected]>
1 parent c7c8243 commit 3d9ba4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/gitlab/package_repository.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def package_list(repository)
9898
'6' => %w(scientific ol),
9999
'7' => %w(scientific ol),
100100
'8' => %w(ol), # There is no Scientific Linux 8
101+
'9' => %w(ol), # There is no Scientific Linux 9
101102
}
102103

103104
source_os, target_os = enterprise_linux_additional_uploads.find { |os| platform.match?(/^el\/#{os}/) }

0 commit comments

Comments
 (0)