diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-23 09:23:19 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-23 09:23:19 +0100 |
commit | 9c7a7d4349f707200e7e71582fd83065dcfaf591 (patch) | |
tree | db4ce04cc796521a54fc696a78a4144fbf48b48a /doc/update/upgrader.md | |
parent | cc2f14ea0be86cd0b7793209962a567a12db81c6 (diff) | |
download | gitlab-ce-9c7a7d4349f707200e7e71582fd83065dcfaf591.tar.gz |
Add libkrb5-dev dependency.
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r-- | doc/update/upgrader.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index 0a9f242d9ab..3c9eefc2c81 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -23,7 +23,7 @@ If you have local changes to your GitLab repository the script will stash them a ## 2. Run GitLab upgrade tool -Note: GitLab 7.2 adds `pkg-config` and `cmake` as dependency. Please check the dependencies in the [installation guide.](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies) +Note: GitLab 7.6 adds `libkrb5-dev` as a dependency while 7.2 adds `pkg-config` and `cmake` as dependency. Please check the dependencies in the [installation guide.](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies) # Starting with GitLab version 7.0 upgrader script has been moved to bin directory cd /home/git/gitlab |