summaryrefslogtreecommitdiff
path: root/doc/update/upgrader.md
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-08-22 16:33:36 +0200
committerJob van der Voort <jobvandervoort@gmail.com>2014-08-22 16:33:36 +0200
commit230c52f76a346832a1be4b87461ebf2fd4d7c905 (patch)
tree0ba244607277a60f7dc1706a2b98f2d99c64c5fa /doc/update/upgrader.md
parentabda2dab43cab774ced331093ec7649157a2b5a5 (diff)
downloadgitlab-ce-230c52f76a346832a1be4b87461ebf2fd4d7c905.tar.gz
update upgrader documentation to mention dependencies
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r--doc/update/upgrader.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index 00dc87e2f99..966430c2c01 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -21,6 +21,8 @@ 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 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
if [ -f bin/upgrade.rb ]; then sudo -u git -H ruby bin/upgrade.rb; else sudo -u git -H ruby script/upgrade.rb; fi