Skip to content
Snippets Groups Projects
Commit 73f5742dd20a authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch '6703-change-fips-package-name' into 'master'

Use different package name for FIPS builds

Closes #6703

See merge request gitlab-org/omnibus-gitlab!6113
No related branches found
No related tags found
2 merge requests!76heptapod#711: 0.34 is the new stable,!73Sync up to upstream Omnibus GitLab 15.1
name 'gitlab-fips'
description 'GitLab Enterprise Edition (including NGINX, Postgres, Redis) with FIPS compliance'
maintainer 'GitLab, Inc. <support@gitlab.com>'
homepage 'https://about.gitlab.com/'
......@@ -26,6 +26,7 @@
end
def package
return "gitlab-fips" if Check.use_system_ssl?
return "gitlab-ee" if Check.is_ee?
"gitlab-ce"
......
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