Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-15 14:22:28 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-10-16 23:22:31 +0300
commitd3bbb27532fb19a970314ad3c853e6e3afa1fbc8 (patch)
tree38ed04116ae9ccc84be0abc94982a47430d2fd3f
parente1777f4b8b1654cc7f89b1e621ec12bf0924d317 (diff)
Track compatible gitlab-git-http-server version
-rw-r--r--GITLAB_GIT_HTTP_SERVER_VERSION1
-rw-r--r--doc/install/installation.md1
-rw-r--r--doc/update/7.14-to-8.0.md1
3 files changed, 3 insertions, 0 deletions
diff --git a/GITLAB_GIT_HTTP_SERVER_VERSION b/GITLAB_GIT_HTTP_SERVER_VERSION
new file mode 100644
index 00000000000..769ed6ae790
--- /dev/null
+++ b/GITLAB_GIT_HTTP_SERVER_VERSION
@@ -0,0 +1 @@
+0.2.14
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 3c62b11988e..acc4e505971 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -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
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index 552216be932..277a112bd1e 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
```