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

Anatol Pomozov anatolik at archlinux.org
Wed May 27 19:26:48 UTC 2020


    Date: Wednesday, May 27, 2020 @ 19:26:48
  Author: anatolik
Revision: 636009

upgpkg: gitlab-workhorse 8.32.1-1

Use direct path to system's socket directory

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-27 19:22:03 UTC (rev 636008)
+++ PKGBUILD	2020-05-27 19:26:48 UTC (rev 636009)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
 
 pkgname=gitlab-workhorse
-pkgver=8.32.0
+pkgver=8.32.1
 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=('aa3e6a93beb1060dcabd6dd6b5fa7ad43446be5e1cf26fd281404a2d3a0bec5a63260ea01a97fead871d12a5d9e5ab99c43eed08df7230c7aa73efd800df7e96'
-            '7d1796442375f91b1b3a94945a937ba81aa87dcae07d28ab32526d022a2c7cd5135bc01b68801bed8f7225f31bd4d826b355fceca1af6bd2e8bfbcee316e8560')
+sha512sums=('894f704e0b5ea2cb2b896db3e79600b880e7029a473b8db580c6c2fa10b641561334d72a722ef260d783674c5a4445bd615542f4a4a08e8e72711d2b3419ce63'
+            '5cec3ac883759ebb0e0c1e6074610b9cdc0d79370b1228acb3a96081a6d843c5a8bfbeb912ce1599058ee3842577c09d147ebf04ce7a760032ef485c4ba8f87a')
 
 build() {
   cd "${pkgname}-v${pkgver}-"*

Modified: gitlab-workhorse.service
===================================================================
--- gitlab-workhorse.service	2020-05-27 19:22:03 UTC (rev 636008)
+++ gitlab-workhorse.service	2020-05-27 19:26:48 UTC (rev 636009)
@@ -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 /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 /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