Track compatible gitlab-git-http-server version

This commit is contained in:
Jacob Vosmaer 2015-10-15 13:22:28 +02:00
parent 5ffbf5feb7
commit f7e0357840
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
0.2.14

View File

@ -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

View File

@ -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
```