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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri May 27 13:58:23 UTC 2016


    Date: Friday, May 27, 2016 @ 15:58:23
  Author: svenstaro
Revision: 177279

upgpkg: gitlab-shell 2.7.2-12

Fix FS#49332 (better defaults for redis)

Modified:
  gitlab-shell/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-27 11:37:55 UTC (rev 177278)
+++ PKGBUILD	2016-05-27 13:58:23 UTC (rev 177279)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=2.7.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
 url="https://gitlab.com/gitlab-org/gitlab-shell/"
@@ -38,6 +38,9 @@
   sed -e "s|user: git|user: gitlab|" \
       -e "s|/home/git|${_homedir}|" \
       -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
+      -e "s|# host:|host:|" \
+      -e "s|# port:|port:|" \
+      -e "s|socket:|# socket:|" \
       config.yml.example > config.yml
 }
 



More information about the arch-commits mailing list