use gitlab-workhorse

This commit is contained in:
Praveen Arimbrathodiyil 2015-12-17 16:06:30 +05:30
parent f088f9ca37
commit 2ec80cff3a
2 changed files with 3 additions and 2 deletions

2
debian/conf/gitlab vendored
View file

@ -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 # The -authBackend setting tells gitlab-git-http-server where it can reach
# Unicorn. # 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_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" 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. # mail_room_enabled specifies whether mail_room, which is used to process incoming email, is enabled.

3
debian/control vendored
View file

@ -137,7 +137,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
libjs-jquery-nicescroll, libjs-jquery-nicescroll,
libjs-clipboard, libjs-clipboard,
libjs-chartjs, libjs-chartjs,
libjs-graphael libjs-graphael,
gitlab-workhorse
Description: git powered software platform to collaborate on code Description: git powered software platform to collaborate on code
gitlab provides web based interface to host source code and track issues. 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 It allows anyone for fork a repository and send merge requests. Code review