Date: Tuesday, May 3, 2016 @ 14:13:50
  Author: svenstaro
Revision: 173560

upgpkg: gitlab-shell 2.7.2-4

Fix default user FS#49183

Modified:
  gitlab-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-03 11:16:58 UTC (rev 173559)
+++ PKGBUILD    2016-05-03 12:13:50 UTC (rev 173560)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=2.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
 url="https://gitlab.com/gitlab-org/gitlab-shell/";
@@ -31,8 +31,7 @@
 prepare() {
        cd "${srcdir}/${_srcdir}"-*
 
-       sed -e 's|user: git|user: gitlab|' \
-               -e "s|/home/git|${_homedir}|" \
+       sed -e "s|/home/git|${_homedir}|" \
                -e "s|# log_file: .*|log_file: 
\"${_logdir}/gitlab-shell.log\"|" \
                config.yml.example > config.yml
 }

Reply via email to