[arch-commits] Commit in gitlab-gitaly/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Oct 14 11:45:17 UTC 2017
Date: Saturday, October 14, 2017 @ 11:45:15
Author: svenstaro
Revision: 262744
upgpkg: gitlab-gitaly 0.47.0-2
Replace ruby with ruby-2.3 invocation
Modified:
gitlab-gitaly/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-14 11:44:48 UTC (rev 262743)
+++ PKGBUILD 2017-10-14 11:45:15 UTC (rev 262744)
@@ -2,7 +2,7 @@
pkgname=gitlab-gitaly
pkgver=0.47.0
-pkgrel=1
+pkgrel=2
pkgdesc="Speed up Git access using caching"
arch=('x86_64')
url="https://gitlab.com/gitlab-org/gitaly"
@@ -25,6 +25,7 @@
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/\"ruby\"/\"ruby-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/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
More information about the arch-commits
mailing list