-
- Downloads
Merge branch 'master' of gitlab.com:gitlab-org/omnibus-gitlab
Showing
- .custom_sources.yml 3 additions, 0 deletions.custom_sources.yml
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- Gemfile 3 additions, 2 deletionsGemfile
- Gemfile.lock 71 additions, 63 deletionsGemfile.lock
- changelogs/unreleased/bump-chef-version-14.yml 5 additions, 0 deletionschangelogs/unreleased/bump-chef-version-14.yml
- changelogs/unreleased/pg-upgrade-check-enabled.yml 5 additions, 0 deletionschangelogs/unreleased/pg-upgrade-check-enabled.yml
- changelogs/unreleased/postgresql-10-7-in-docs.yml 5 additions, 0 deletionschangelogs/unreleased/postgresql-10-7-in-docs.yml
- changelogs/unreleased/sh-set-alternate-refs-prefixes-gitconfig.yml 0 additions, 5 deletions...s/unreleased/sh-set-alternate-refs-prefixes-gitconfig.yml
- changelogs/unreleased/ssl-renewal-worker.yml 5 additions, 0 deletionschangelogs/unreleased/ssl-renewal-worker.yml
- config/patches/chef-gem/license/add-license-file.patch 0 additions, 0 deletionsconfig/patches/chef-gem/license/add-license-file.patch
- config/patches/chef-gem/ruby/13.6.4/net-server-exception.patch 0 additions, 870 deletions...g/patches/chef-gem/ruby/13.6.4/net-server-exception.patch
- config/patches/chef-zero/license/add-license-file.patch 0 additions, 0 deletionsconfig/patches/chef-zero/license/add-license-file.patch
- config/patches/ohai/license/add-license-file.patch 0 additions, 0 deletionsconfig/patches/ohai/license/add-license-file.patch
- config/software/chef-gem.rb 2 additions, 10 deletionsconfig/software/chef-gem.rb
- config/software/chef-zero.rb 2 additions, 2 deletionsconfig/software/chef-zero.rb
- config/software/ohai.rb 9 additions, 4 deletionsconfig/software/ohai.rb
- doc/common_installation_problems/README.md 2 additions, 2 deletionsdoc/common_installation_problems/README.md
- doc/development/new-services.md 3 additions, 3 deletionsdoc/development/new-services.md
- doc/development/setup.md 7 additions, 7 deletionsdoc/development/setup.md
- doc/docker/README.md 9 additions, 9 deletionsdoc/docker/README.md
... | ... | @@ -3,6 +3,7 @@ source 'https://rubygems.org' |
require_relative "lib/gitlab/version" | ||
omnibus_gem_version = Gitlab::Version.new('omnibus', "gitlab-omnibus-v5.6.12") | ||
ohai_gem_version = Gitlab::Version.new('ohai', '14-8-13-gitlab') | ||
# Note that omnibus is from a fork with additional gitlab changes. You can | ||
# check what they are with the following comparison link: | ||
... | ... | @@ -22,8 +23,8 @@ omnibus_gem_version = Gitlab::Version.new('omnibus', "gitlab-omnibus-v5.6.12") |
# grep "gem 'install " config/software/* | ||
gem 'omnibus', git: omnibus_gem_version.remote, branch: omnibus_gem_version.print(false) | ||
gem 'chef', '13.6.4' | ||
gem 'ohai' | ||
gem 'chef', '~> 14.13' | ||
gem 'ohai', git: ohai_gem_version.remote, branch: ohai_gem_version.print(false) | ||
gem 'package_cloud' | ||
gem 'rainbow', '~> 2.2' # This is used by gitlab-ctl and the chef formatter | ||
gem 'thor', '0.18.1' # This specific version is required by package_cloud | ||
... | ... |
changelogs/unreleased/ssl-renewal-worker.yml
0 → 100644
File moved
This diff is collapsed.
File moved
File moved
Please register or sign in to comment