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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Aug 10 00:22:58 UTC 2017


    Date: Thursday, August 10, 2017 @ 00:22:57
  Author: svenstaro
Revision: 249693

upgpkg: gitlab-gitaly 0.29.0-2

Fix unquoted value in example config

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-09 23:04:51 UTC (rev 249692)
+++ PKGBUILD	2017-08-10 00:22:57 UTC (rev 249693)
@@ -2,7 +2,7 @@
 
 pkgname=gitlab-gitaly
 pkgver=0.29.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly"
@@ -24,7 +24,7 @@
   sed -i "s/bundle install/bundle-2.3 install/" Makefile
   sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
   sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = /usr/share/webapps/gitlab-shell|" config.toml.example
+  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = \"/usr/share/webapps/gitlab-shell\"|" config.toml.example
 }
 
 package() {



More information about the arch-commits mailing list