[arch-commits] Commit in gitlab-workhorse/repos/community-x86_64 (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jan 25 12:33:22 UTC 2019


    Date: Friday, January 25, 2019 @ 12:33:20
  Author: svenstaro
Revision: 427732

archrelease: copy trunk to community-x86_64

Added:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
    (from rev 427731, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
    (from rev 427731, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

--------------------------+
 PKGBUILD                 |   70 ++++++++++++++++++++++-----------------------
 gitlab-workhorse.service |   44 ++++++++++++++--------------
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 12:33:03 UTC (rev 427731)
+++ PKGBUILD	2019-01-25 12:33:20 UTC (rev 427732)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
-
-pkgname=gitlab-workhorse
-pkgver=8.0.0
-pkgrel=1
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app (Unicorn)"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse"
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver}"
-        "gitlab-workhorse.service")
-sha512sums=('0d3c448108adbb9fd978ccdb9185b2c26eefd659b00244963437b35dd8b0b9c652a41e766b96a1dbe6ac6e3e0bf98b5f51bbf8deb3b09a7a2b7143934f23c850'
-            'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
-
-build() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-v${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
-  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" "${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-x86_64/PKGBUILD (from rev 427731, gitlab-workhorse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-25 12:33:20 UTC (rev 427732)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
+
+pkgname=gitlab-workhorse
+pkgver=8.1.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app (Unicorn)"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse"
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver}"
+        "gitlab-workhorse.service")
+sha512sums=('a72c32990e2291d8c5cb0302d01a46a5a2341ffb99a529ffce82658399969f202860bf7c91394c03aad30ff345537e4618f3158d59a2151d5b52b460d0b5e68b'
+            'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" "${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gitlab-workhorse.service
===================================================================
--- gitlab-workhorse.service	2019-01-25 12:33:03 UTC (rev 427731)
+++ gitlab-workhorse.service	2019-01-25 12:33:20 UTC (rev 427732)
@@ -1,22 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket -documentRoot /usr/share/webapps/gitlab/public
-ExecStop=/usr/bin/kill -QUIT $MAINPID
-ExecReload=/usr/bin/kill -USR2 $MAINPID
-Restart=on-failure
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target

Copied: gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service (from rev 427731, gitlab-workhorse/trunk/gitlab-workhorse.service)
===================================================================
--- gitlab-workhorse.service	                        (rev 0)
+++ gitlab-workhorse.service	2019-01-25 12:33:20 UTC (rev 427732)
@@ -0,0 +1,22 @@
+[Unit]
+Description=Gitlab Workhorse
+Requires=gitlab-unicorn.service
+After=gitlab-unicorn.service
+
+[Service]
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-workhorse
+CapabilityBoundingSet=
+ProtectSystem=full
+ProtectHome=true
+NoNewPrivileges=true
+ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket -documentRoot /usr/share/webapps/gitlab/public
+ExecStop=/usr/bin/kill -QUIT $MAINPID
+ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list