[arch-commits] Commit in gitlab-workhorse/trunk (PKGBUILD gitlab-workhorse.service)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri May 17 02:10:04 UTC 2019
Date: Friday, May 17, 2019 @ 02:10:04
Author: svenstaro
Revision: 467613
upgpkg: gitlab-workhorse 8.7.0-2
Modified:
gitlab-workhorse/trunk/PKGBUILD
gitlab-workhorse/trunk/gitlab-workhorse.service
--------------------------+
PKGBUILD | 4 ++--
gitlab-workhorse.service | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-17 01:18:09 UTC (rev 467612)
+++ PKGBUILD 2019-05-17 02:10:04 UTC (rev 467613)
@@ -4,7 +4,7 @@
pkgname=gitlab-workhorse
pkgver=8.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app (Unicorn)"
arch=('x86_64')
url="https://gitlab.com/gitlab-org/gitlab-workhorse"
@@ -14,7 +14,7 @@
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver}"
"gitlab-workhorse.service")
sha512sums=('df7ec85e7261805be31fc8397a7964682d0db933a9364b34252a055442f079d5dddcbcf50490b6099c124c462f1ffed3e67a9553aca3a2b8e7bd8639f9fa51de'
- 'b7c3436b67a247fd8e558974ee48bf48a4b9175da2e73ca3ec058374264bdd22af6b6e8ae67e841d64101105b52ec3785b9aa751e181b6c827b3762e964baef5')
+ 'f45ea8f0dedaefc547fdf855d36cdc56e75e90c45ad6c7c848ff225995e57258cb727df0c3065300d1300f86d48f5d4912f854ddf4e38feda460c785634a61de')
build() {
cd "${pkgname}-v${pkgver}-"*
Modified: gitlab-workhorse.service
===================================================================
--- gitlab-workhorse.service 2019-05-17 01:18:09 UTC (rev 467612)
+++ gitlab-workhorse.service 2019-05-17 02:10:04 UTC (rev 467613)
@@ -12,12 +12,11 @@
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
+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
-Environment="PATH=/usr/bin/vendor_perl:$PATH"
[Install]
WantedBy=multi-user.target
More information about the arch-commits
mailing list