[arch-commits] Commit in gitlab-shell/trunk (PKGBUILD gitlab-shell.install)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon May 2 23:38:25 UTC 2016


    Date: Tuesday, May 3, 2016 @ 01:38:25
  Author: svenstaro
Revision: 173460

upgpkg: gitlab-shell 2.7.2-3

Better install message

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

----------------------+
 PKGBUILD             |    2 +-
 gitlab-shell.install |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-02 21:15:00 UTC (rev 173459)
+++ PKGBUILD	2016-05-02 23:38:25 UTC (rev 173460)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=2.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
 url="https://gitlab.com/gitlab-org/gitlab-shell/"

Modified: gitlab-shell.install
===================================================================
--- gitlab-shell.install	2016-05-02 21:15:00 UTC (rev 173459)
+++ gitlab-shell.install	2016-05-02 23:38:25 UTC (rev 173460)
@@ -2,5 +2,6 @@
     getent group git > /dev/null || groupadd -g 105 git 1>/dev/null
     getent passwd git > /dev/null || useradd -u 105 -d "/var/lib/gitlab" -g git -s "/usr/share/webapps/gitlab-shell/bin/gitlab-shell" git 1>/dev/null
 
+    echo "Configure gitlab-shell in /etc/webapps/gitlab-shell/config.yml"
     echo "Don't forget to put a secret bytestring to /etc/webapps/gitlab-shell/secret"
 }



More information about the arch-commits mailing list