[arch-commits] Commit in gitlab-workhorse/trunk (PKGBUILD gitlab-workhorse.service)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Dec 7 02:13:57 UTC 2017
Date: Thursday, December 7, 2017 @ 02:13:56
Author: svenstaro
Revision: 272634
upgpkg: gitlab-workhorse 3.3.1-2
Modified:
gitlab-workhorse/trunk/PKGBUILD
gitlab-workhorse/trunk/gitlab-workhorse.service
--------------------------+
PKGBUILD | 4 ++--
gitlab-workhorse.service | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-06 23:27:53 UTC (rev 272633)
+++ PKGBUILD 2017-12-07 02:13:56 UTC (rev 272634)
@@ -4,7 +4,7 @@
pkgname=gitlab-workhorse
pkgver=3.3.1
-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/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=v${pkgver}"
"gitlab-workhorse.service")
sha512sums=('a90842d09f3569ad82cacbe3c0de4660c8d843b892c1e63bcc5a403e3f9be2a9fd565b8703f826e0324ff5d1d152ad08c7dbc8929209172b3f04e94b76423a27'
- '2821d1f9b0d0ac2f4b0e59c2b5813929f34eb769511a246637232b4c85ed37b6a023c206a1819794703bb880294bedd167fdbda0150719481c1048001e1c8b95')
+ 'c5ce0e47fa186cf9374e9771e99df0346c3652a20dd43257a6d50003b083e78cb2ed65abdbd45cc4062114023f7b112793c25136e2d6b118e1ba30623f16be83')
build() {
cd "${pkgname}-v${pkgver}-"*
Modified: gitlab-workhorse.service
===================================================================
--- gitlab-workhorse.service 2017-12-06 23:27:53 UTC (rev 272633)
+++ gitlab-workhorse.service 2017-12-07 02:13:56 UTC (rev 272634)
@@ -12,7 +12,7 @@
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -authBackend http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket -listenAddr /run/gitlab/gitlab-workhorse.socket -listenNetwork unix /var/lib/gitlab/repositories -documentRoot /usr/share/webapps/gitlab/public
+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
More information about the arch-commits
mailing list