Commit a9fc852413bf8773e2d1cd1bc35cc048d2f5aab5
1 parent
bd4500c3
Exists in
master
and in
11 other branches
Use commit hashes to pin versions of Git sources
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
config/software/gitlab-rails.rb
config/software/gitlab-shell.rb
doc/release.md
... | ... | @@ -6,8 +6,8 @@ Our main goal is to make it clear which version of GitLab is in an omnibus packa |
6 | 6 | |
7 | 7 | - Pick a tag of GitLab to package (e.g. `v6.6.0`). |
8 | 8 | - Create a release branch in omnibus-gitlab (e.g. `6-6-stable`). |
9 | -- Change [the gitlab-rails version in omnibus-gitlab]. | |
10 | - In our example that would be `version "v6.6.0"`. | |
9 | +- Change [the gitlab-rails version in omnibus-gitlab]. In our example that would be | |
10 | + `default_version '490f99d45e0f610e88505ff0fb2dc83a557e22c5' # 6.6.0`. | |
11 | 11 | - Change [the source] to the repo you want to build from (CE / EE) |
12 | 12 | - Commit the new version to the release branch |
13 | 13 | ... | ... |