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

Anatol Pomozov anatolik at archlinux.org
Tue Jan 8 14:23:09 UTC 2019


    Date: Tuesday, January 8, 2019 @ 14:23:08
  Author: anatolik
Revision: 421032

Workaround for bundler v2 vs v1 incompatibility

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 13:32:49 UTC (rev 421031)
+++ PKGBUILD	2019-01-08 14:23:08 UTC (rev 421032)
@@ -28,6 +28,9 @@
   sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = \"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
   sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = \"/usr/share/webapps/gitlab-shell\"|" config.toml.example
   sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" config.toml.example
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
 }
 
 build() {



More information about the arch-commits mailing list