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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Mar 7 20:54:44 UTC 2018


    Date: Wednesday, March 7, 2018 @ 20:54:41
  Author: svenstaro
Revision: 304144

upgpkg: gitlab-shell 2:6.0.4-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-07 20:39:24 UTC (rev 304143)
+++ PKGBUILD	2018-03-07 20:54:41 UTC (rev 304144)
@@ -7,7 +7,7 @@
 # Contributor: Stefan Tatschner <stefan at sevenbyte.org>
 
 pkgname=gitlab-shell
-pkgver=6.0.3
+pkgver=6.0.4
 pkgrel=1
 epoch=2
 pkgdesc="Git management software"
@@ -26,9 +26,9 @@
 source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver}"
         "gitlab-shell.gitconfig"
         "gitlab-shell.sysusers")
-sha512sums=('62ca96c52d46934aab20aa440c7d16f98577fe1fec820e8b15f157d6ff921a5a225516f30cdb03aa3b863af6ef77bbb6336d1afa6f6a4d5990a2c719564caa30'
+sha512sums=('65237759bd33615231bd0ed6d0a4a26979c831afb0b3fd7fe40ec727450945aee98cb95b3e0bb3dbfc8896402a0a1c9e45108ac4185b44f99bb93b19a05530ac'
             '9428eaba40eb3ef52024bb01321de860e149242a15465543030317233486aa37b40c5b946aba57451d07cec98b35fcc95d60fd7b376f77c218034b6cf94d191d'
-            '5c6306494694fdd07ee475a58a6e5b83613ac7ef294ebb13f52eaa5dbe72ffcee034726245206d7edbba4b5c5e808abdfe5be7631b722492d3334407fd69840f')
+            '616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"

Modified: gitlab-shell.install
===================================================================
--- gitlab-shell.install	2018-03-07 20:39:24 UTC (rev 304143)
+++ gitlab-shell.install	2018-03-07 20:54:41 UTC (rev 304144)
@@ -1,9 +1,6 @@
 post_install() {
-
     # make sure the user exists...
     systemd-sysusers gitlab-shell.conf
-    # ... and change the shell.
-    usermod -s "/usr/share/webapps/gitlab-shell/bin/gitlab-shell" gitlab
 
     echo "Configure gitlab-shell in /etc/webapps/gitlab-shell/config.yml"
     echo "Put a secret bytestring to /etc/webapps/gitlab-shell/secret"

Modified: gitlab-shell.sysusers
===================================================================
--- gitlab-shell.sysusers	2018-03-07 20:39:24 UTC (rev 304143)
+++ gitlab-shell.sysusers	2018-03-07 20:54:41 UTC (rev 304144)
@@ -1 +1 @@
-u gitlab 105 - /var/lib/gitlab
+u gitlab 105 - /var/lib/gitlab /usr/share/webapps/gitlab-shell/bin/gitlab-shell



More information about the arch-commits mailing list