Skip to content

Commit 8677a8f

Browse files
balasankarcRobert Marshall
andcommitted
Merge branch 'add-ol-9-support' into 'master'
Add Oracle Linux 9 package See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6998 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Andrew Patterson <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Robert Marshall <[email protected]>
2 parents bd8e394 + 3d9ba4d commit 8677a8f

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)