[arch-commits] Commit in gitlab-workhorse/repos/community-x86_64 (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Oct 10 19:41:58 UTC 2019
Date: Thursday, October 10, 2019 @ 19:41:57
Author: svenstaro
Revision: 514499
archrelease: copy trunk to community-x86_64
Added:
gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 514498, gitlab-workhorse/trunk/PKGBUILD)
gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 514498, 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-10-10 19:41:48 UTC (rev 514498)
+++ PKGBUILD 2019-10-10 19:41:57 UTC (rev 514499)
@@ -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.12.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' 'perl-image-exiftool')
-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=('81cafa9eb0338f72e88729e1a324a6e596abf2c768b8d08df551fbdcf24e79b7248e81a83dd09ab6c4134ef4362339f0210b65b381cbe55fd59a80f63b30ef34'
- 'f45ea8f0dedaefc547fdf855d36cdc56e75e90c45ad6c7c848ff225995e57258cb727df0c3065300d1300f86d48f5d4912f854ddf4e38feda460c785634a61de')
-
-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 514498, gitlab-workhorse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-10 19:41:57 UTC (rev 514499)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
+
+pkgname=gitlab-workhorse
+pkgver=8.13.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' 'perl-image-exiftool')
+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=('8e0ebe843b40700844002a8791221949bbb3ff4df6a762926d7431171ad9b5b3e35df07f71eb9df64de7dc0f80e414f5630f1b8fe6a7bc5bab111c6b80659fc2'
+ 'f45ea8f0dedaefc547fdf855d36cdc56e75e90c45ad6c7c848ff225995e57258cb727df0c3065300d1300f86d48f5d4912f854ddf4e38feda460c785634a61de')
+
+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-10-10 19:41:48 UTC (rev 514498)
+++ gitlab-workhorse.service 2019-10-10 19:41:57 UTC (rev 514499)
@@ -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=/bin/bash -c "source /etc/profile.d/perlbin.sh; exec /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 514498, gitlab-workhorse/trunk/gitlab-workhorse.service)
===================================================================
--- gitlab-workhorse.service (rev 0)
+++ gitlab-workhorse.service 2019-10-10 19:41:57 UTC (rev 514499)
@@ -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=/bin/bash -c "source /etc/profile.d/perlbin.sh; exec /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