Skip to content
Snippets Groups Projects
Commit fcd6e6fa authored by Richard Clamp's avatar Richard Clamp
Browse files

Notes as to what's in our omnibus fork

It's our license gathering changes currently.
parent 41f99841
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,6 +4,15 @@ require_relative "lib/gitlab/version"
 
omnibus_gem_version = Gitlab::Version.new('omnibus', "gitlab-omnibus-v5.6.10")
 
# Note that omnibus is from a fork with additional gitlab changes. You can
# check what they are with the following comparison link:
# https://gitlab.com/gitlab-org/omnibus/compare/v5.6.10...gitlab-omnibus-v5.6.10
#
# * Adds code to generate dependency_licenses.json
# * Modifies generation of #{install_dir}/LICENSE to be a combination of all
# component licenses.
# When updating gem versions:
# 1. Edit this file to specify pinning if needed
# 2. `bundle upgrade GEM`
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@ The documentation overview is in the [readme in the doc directory](doc/README.md
 
## Omnibus fork
 
Omnibus GitLab is using a fork of [omnibus project](https://github.com/chef/omnibus).
Omnibus GitLab is using a fork of [omnibus project](https://github.com/chef/omnibus). For additional information see the comments in the [Gemfile](/Gemfile).
 
# Deprecated links
 
Loading
Loading
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