summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-15 14:59:06 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-10-15 14:59:06 +0200
commit999051bc91f02292e28582ce538f0d147c7b665e (patch)
treecd8da60af0e379ce891fef5b6134634e6af3334e
parentf7e0357840bb0780ca3ba997aa1e2f4c045f08c7 (diff)
downloadgitlab-ce-999051bc91f02292e28582ce538f0d147c7b665e.tar.gz
Use gitlab-git-http-server 0.3.0gghs-0.3.0
-rw-r--r--GITLAB_GIT_HTTP_SERVER_VERSION2
-rw-r--r--doc/install/installation.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/GITLAB_GIT_HTTP_SERVER_VERSION b/GITLAB_GIT_HTTP_SERVER_VERSION
index 769ed6ae790..0d91a54c7d4 100644
--- a/GITLAB_GIT_HTTP_SERVER_VERSION
+++ b/GITLAB_GIT_HTTP_SERVER_VERSION
@@ -1 +1 @@
-0.2.14
+0.3.0
diff --git a/doc/install/installation.md b/doc/install/installation.md
index acc4e505971..e09890dc296 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -325,7 +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 git checkout 0.3.0
sudo -u git -H make
### Initialize Database and Activate Advanced Features