use gitlab-workhorse
This commit is contained in:
parent
f088f9ca37
commit
2ec80cff3a
2 changed files with 3 additions and 2 deletions
2
debian/conf/gitlab
vendored
2
debian/conf/gitlab
vendored
|
@ -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.
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue