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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Oct 6 02:40:24 UTC 2017


    Date: Friday, October 6, 2017 @ 02:40:24
  Author: svenstaro
Revision: 261808

upgpkg: gitlab-gitaly 0.43.0-2

More bundle -> bundle-2.3 substitutions

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-06 01:08:35 UTC (rev 261807)
+++ PKGBUILD	2017-10-06 02:40:24 UTC (rev 261808)
@@ -2,7 +2,7 @@
 
 pkgname=gitlab-gitaly
 pkgver=0.43.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly"
@@ -24,6 +24,7 @@
   sed -i "s/bundle install/bundle-2.3 install/" Makefile
   sed -i "s/bundle config/bundle-2.3 config/" Makefile
   sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
   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/gitaly/ruby\"|dir = \"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example



More information about the arch-commits mailing list