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

Anatol Pomozov anatolik at archlinux.org
Sun Jun 28 04:11:10 UTC 2020


    Date: Sunday, June 28, 2020 @ 04:11:09
  Author: anatolik
Revision: 655090

Remove systemd service dependnecy to gitlab-puma

There is no hard dependency between these services. And at setup time
gitaly is required while puma cannot be started due to empty database.

https://bbs.archlinux.org/viewtopic.php?id=256792

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

-----------------------+
 PKGBUILD              |    2 +-
 gitlab-gitaly.service |   11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-27 21:21:34 UTC (rev 655089)
+++ PKGBUILD	2020-06-28 04:11:09 UTC (rev 655090)
@@ -20,7 +20,7 @@
         "gitlab-gitaly.service")
 sha512sums=('f9c5ddf4de13a3e64bbfef367e8b431a3224c3b2a97f11e7abe1037406526c7e319d238dcc16fc7bd5f4f3690f6574eff2956691bde75086fd7c1da52db727da'
             '6565b3dbed2653c31d5a49043dd8227812d9c8a1f6d716ed65fed5878b9c9bd6def84e8b00ff23ddb37d8bf2f484ecb229dcb1528e8276fff7fbbb1099790850'
-            'e6c31cab200424af118ee9da4def0963a52727f33025fdbdb515c6c1337a9b32f4a377bd925fdd33ffe7b91371ce1d5d70847e07c2b73eac1e85d3f38f5e1261')
+            '7f5cd528c873a5e43e18aa6a88bd7298422c047e0e61cf3208be7d9fcfdfdc8a844b5c439ab6afc2098c5c4c60ed9c3d167c2f87517f1e93b34f39be3d3dad09')
 
 prepare() {
   cd gitaly-$_tag

Modified: gitlab-gitaly.service
===================================================================
--- gitlab-gitaly.service	2020-06-27 21:21:34 UTC (rev 655089)
+++ gitlab-gitaly.service	2020-06-28 04:11:09 UTC (rev 655090)
@@ -1,16 +1,5 @@
-#####################################################
-#
-# GitLab version    : 9.x
-# Contributors      : axil
-# Downloaded from   : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
-#
-####################################################
-
 [Unit]
 Description=Gitaly is a Git RPC service for handling all the git calls made by GitLab.
-Requires=gitlab-puma.service
-Wants=gitlab-puma.service
-After=gitlab-puma.service
 
 [Service]
 Type=simple



More information about the arch-commits mailing list