1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: gitlab-workhorse
Section: httpd
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Manas Kashyap <manaskashyaptech@gmail.com>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any (>= 2:1.10~),
#golang-github-getsentry-raven-go-dev,
golang-github-dgrijalva-jwt-go-v3-dev,
golang-toml-dev,
golang-github-beorn7-perks-dev,
golang-github-davecgh-go-spew-dev,
golang-github-garyburd-redigo-dev,
golang-goprotobuf-dev,
golang-websocket-dev,
golang-protobuf-extensions-dev,
golang-github-mitchellh-copystructure-dev,
golang-github-mitchellh-reflectwalk-dev,
golang-github-pmezard-go-difflib-dev,
golang-prometheus-client-dev,
golang-github-prometheus-client-golang-dev,
golang-github-prometheus-client-model-dev,
golang-github-prometheus-common-dev,
golang-procfs-dev,
golang-github-stretchr-testify-dev,
golang-logrus-dev (>= 1.0~),
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-golang-x-sys-dev (>= 0.0~git20180510.7dfd129~),
golang-google-genproto-dev,
#golang-google-grpc-dev
## tests:
# ,git
# ,curl
# ,unzip
Standards-Version: 4.2.1
Homepage: https://gitlab.com/gitlab-org/gitlab-workhorse/
Vcs-Git: https://salsa.debian.org/go-team/packages/gitlab-workhorse.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/gitlab-workhorse
XS-Go-Import-Path: gitlab.com/gitlab-org/gitlab-workhorse
Package: gitlab-workhorse
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: unloads Git HTTP traffic from the GitLab Rails app (Unicorn)
gitlab-workhorse was designed to unload Git HTTP traffic from the GitLab Rails
app (Unicorn) to a separate daemon. It also serves 'git archive' downloads for
GitLab. All authentication and authorization logic is still handled by the
GitLab Rails app.
.
Architecture: Git client -> NGINX -> gitlab-workhorse (makes auth request to
GitLab Rails app) -> git-upload-pack
|