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
This commit is contained in:
commit
b39860b01b
3 changed files with 3 additions and 0 deletions
1
GITLAB_GIT_HTTP_SERVER_VERSION
Normal file
1
GITLAB_GIT_HTTP_SERVER_VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
0.2.14
|
|
@ -325,6 +325,7 @@ GitLab Shell is an SSH access and repository management software developed speci
|
|||
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
|
||||
|
||||
### Initialize Database and Activate Advanced Features
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue