diff options
author | Robert Speicher <robert@gitlab.com> | 2015-10-16 19:37:22 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-10-16 19:37:22 +0000 |
commit | b39860b01bd8055b26503d173e37ebae7150c783 (patch) | |
tree | 20ce6026fb81e1585517d9a5dfa6e77cd5b8898d /doc/update | |
parent | dad30ec0d6dd4671eef063d6988af163e5f4c5a9 (diff) | |
parent | f7e0357840bb0780ca3ba997aa1e2f4c045f08c7 (diff) | |
download | gitlab-ce-b39860b01bd8055b26503d173e37ebae7150c783.tar.gz |
Merge branch 'gitlab-git-http-server-version' into 'master'
Track compatible gitlab-git-http-server version
The 'git archive' changes in GitLab 8.1 require a version of
gitlab-git-http-server that is incompatible with GitLab 8.0, so we
need to keep track of this now.
See merge request !1603
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/7.14-to-8.0.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md index 7ad4935e839..305017b7048 100644 --- a/doc/update/7.14-to-8.0.md +++ b/doc/update/7.14-to-8.0.md @@ -84,6 +84,7 @@ Now we download `gitlab-git-http-server` and install it in `/home/git/gitlab-git cd /home/git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-git-http-server.git cd gitlab-git-http-server +sudo -u git -H git checkout 0.2.14 sudo -u git -H make ``` |