summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-23 16:09:24 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-23 16:09:24 +0000
commitcc7f3848c59c5b677811ca074dc766308a20980b (patch)
tree9b007d6b98ea76a93899964eb21e6ed61b4d8e07
parent00fa9a769d632d010f741ccb5492fdda66b11996 (diff)
parent3fa32fa2d5c2674bea0768fd4e70132c71e19051 (diff)
downloadgitlab-ce-cc7f3848c59c5b677811ca074dc766308a20980b.tar.gz
Merge branch 'gitlab-workhorse-0.7.3' into 'master' vohok2ffasfaasdasOkOhok
Use gitlab-workhorse 0.7.3 Relax workhorse listen socket permissions. See merge request !4252
-rw-r--r--GITLAB_WORKHORSE_VERSION2
-rw-r--r--doc/install/installation.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION
index 39e898a4f95..f38fc5393ff 100644
--- a/GITLAB_WORKHORSE_VERSION
+++ b/GITLAB_WORKHORSE_VERSION
@@ -1 +1 @@
-0.7.1
+0.7.3
diff --git a/doc/install/installation.md b/doc/install/installation.md
index fa11eb9ba6a..526f127178d 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -394,7 +394,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-workhorse.git
cd gitlab-workhorse
- sudo -u git -H git checkout v0.7.1
+ sudo -u git -H git checkout v0.7.3
sudo -u git -H make
### Initialize Database and Activate Advanced Features