[arch-commits] Commit in gitlab-shell/trunk (3 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Mar 16 11:01:16 UTC 2019


    Date: Saturday, March 16, 2019 @ 11:01:16
  Author: svenstaro
Revision: 442209

upgpkg: gitlab-shell 2:8.7.1-2

Try to workaround FS#61863

Modified:
  gitlab-shell/trunk/PKGBUILD
  gitlab-shell/trunk/gitlab-shell.install
  gitlab-shell/trunk/gitlab-shell.sysusers

-----------------------+
 PKGBUILD              |    4 ++--
 gitlab-shell.install  |    5 +++++
 gitlab-shell.sysusers |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 08:50:44 UTC (rev 442208)
+++ PKGBUILD	2019-03-16 11:01:16 UTC (rev 442209)
@@ -12,7 +12,7 @@
 # need this again at some point in the future.
 pkgname=gitlab-shell
 pkgver=8.7.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Git management software"
 arch=('x86_64')
@@ -33,7 +33,7 @@
         252.patch)
 sha512sums=('21ff2bcc9b57d47a4e69de00f13711dabd9a9d9437978fc1f6c43fe6432547d814ef8632001e8a012f746a15e1a7448a2e075af2d9e81a6b728417402413a06f'
             '5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
-            '616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8'
+            '196fd5519f1019815562da5b8bfde1d8082614cee6e63d75a7bb673db8b3c409384177dcf3dd0436c2adeec273b4ffea690058c2c457ae6a82d4f805e860495f'
             'd8f24575a3ff848c2eb1b8c32f98942377d17729a874048a3a1ab97f8bdbbca556fe0e8c1e87ef301aa3abd7b3a62fb414a46d99cd346dde51b792e4622d2a49')
 
 _datadir="/usr/share/webapps/${pkgname}"

Modified: gitlab-shell.install
===================================================================
--- gitlab-shell.install	2019-03-16 08:50:44 UTC (rev 442208)
+++ gitlab-shell.install	2019-03-16 11:01:16 UTC (rev 442209)
@@ -2,3 +2,8 @@
     echo "Configure gitlab-shell in /etc/webapps/gitlab-shell/config.yml"
     echo "Put a secret bytestring to /etc/webapps/gitlab-shell/secret"
 }
+
+post_upgrade() {
+    echo "If you have previously installed gitlab-shell and now git pull fails on a repo, try changing the shell:"
+    echo "usermod -s /usr/share/webapps/gitlab-shell/bin/gitlab-shell-ruby gitlab"
+}

Modified: gitlab-shell.sysusers
===================================================================
--- gitlab-shell.sysusers	2019-03-16 08:50:44 UTC (rev 442208)
+++ gitlab-shell.sysusers	2019-03-16 11:01:16 UTC (rev 442209)
@@ -1 +1 @@
-u gitlab 105 - /var/lib/gitlab /usr/share/webapps/gitlab-shell/bin/gitlab-shell
+u gitlab 105 - /var/lib/gitlab /usr/share/webapps/gitlab-shell/bin/gitlab-shell-ruby



More information about the arch-commits mailing list