From 2ec80cff3a3600091b3483c8de8cb941ea20a498 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 17 Dec 2015 16:06:30 +0530 Subject: [PATCH] use gitlab-workhorse --- debian/conf/gitlab | 2 +- debian/control | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/conf/gitlab b/debian/conf/gitlab index 5391ffe0e5..83dc75adae 100755 --- a/debian/conf/gitlab +++ b/debian/conf/gitlab @@ -39,7 +39,7 @@ gitlab_git_http_server_pid_path="$pid_path/gitlab-git-http-server.pid" # The -authBackend setting tells gitlab-git-http-server where it can reach # Unicorn. gitlab_git_http_server_options="-listenUmask 0 -listenNetwork unix -listenAddr $socket_path/gitlab-git-http-server.socket -authBackend http://127.0.0.1:8080" -gitlab_git_http_server_repo_root="/home/git/repositories" +gitlab_git_http_server_repo_root="/var/lib/gitlab/repositories" gitlab_git_http_server_log="$app_root/log/gitlab-git-http-server.log" # mail_room_enabled specifies whether mail_room, which is used to process incoming email, is enabled. diff --git a/debian/control b/debian/control index 44c11667f1..63f43af988 100644 --- a/debian/control +++ b/debian/control @@ -137,7 +137,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libjs-jquery-nicescroll, libjs-clipboard, libjs-chartjs, - libjs-graphael + libjs-graphael, + gitlab-workhorse Description: git powered software platform to collaborate on code gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review