[arch-commits] Commit in gitlab-workhorse/trunk (PKGBUILD gitlab-workhorse.service)

Anatol Pomozov anatolik at archlinux.org
Sat May 30 19:19:14 UTC 2020


    Date: Saturday, May 30, 2020 @ 19:19:14
  Author: anatolik
Revision: 637494

upgpkg: gitlab-workhorse 8.33.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD
  gitlab-workhorse/trunk/gitlab-workhorse.service

--------------------------+
 PKGBUILD                 |    6 +++---
 gitlab-workhorse.service |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 19:11:29 UTC (rev 637493)
+++ PKGBUILD	2020-05-30 19:19:14 UTC (rev 637494)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
 
 pkgname=gitlab-workhorse
-pkgver=8.32.1
+pkgver=8.33.0
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app (Unicorn)"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=('go')
 source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver}"
         "gitlab-workhorse.service")
-sha512sums=('894f704e0b5ea2cb2b896db3e79600b880e7029a473b8db580c6c2fa10b641561334d72a722ef260d783674c5a4445bd615542f4a4a08e8e72711d2b3419ce63'
-            '5cec3ac883759ebb0e0c1e6074610b9cdc0d79370b1228acb3a96081a6d843c5a8bfbeb912ce1599058ee3842577c09d147ebf04ce7a760032ef485c4ba8f87a')
+sha512sums=('089502662937d4fe10639abe802d97008691f4db07fa1987bb9acc225e470411e3426d7a5f59ecd57043d1d20085f3fbfc0128a44dee8c24953c6e7aaa33c0a6'
+            '893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
 
 build() {
   cd "${pkgname}-v${pkgver}-"*

Modified: gitlab-workhorse.service
===================================================================
--- gitlab-workhorse.service	2020-05-30 19:11:29 UTC (rev 637493)
+++ gitlab-workhorse.service	2020-05-30 19:19:14 UTC (rev 637494)
@@ -12,7 +12,7 @@
 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 /run/gitlab/gitlab.socket -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 /run/gitlab/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