[packages/gitlab-ce] verbose gem install
glen
glen at pld-linux.org
Fri Aug 19 09:03:31 CEST 2016
commit f1534eb299dd1879abbe647f62d1a5e8c57ecb0b
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Aug 19 07:54:00 2016 +0300
verbose gem install
gitlab-ce.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index e7a70a6..1b03553 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -17,7 +17,7 @@
Summary: A Web interface to create projects and repositories, manage access and do code reviews
Name: gitlab-ce
Version: 8.10.6
-Release: 0.46
+Release: 0.47
License: MIT
Group: Applications/WWW
# md5 deliberately omitted until this package is useful
@@ -124,7 +124,7 @@ bundle install %{_smp_mflags} \
# install newer rugged to fix diff view showing garbage
# https://gitlab.com/gitlab-org/gitlab-ce/issues/14972
v=0.25.0b6
-bundle exec gem install -v $v rugged --no-rdoc --no-ri
+bundle exec gem install -v $v rugged --no-rdoc --no-ri --verbose
# replace the contents, yet leave it believe it has proper version installed (for gem dependencies)
ov=0.24.0
rm -r vendor/bundle/ruby/extensions/%{_arch}-linux/rugged-$ov
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/54f50e6d82f2e0867cf436bd691ddbbe00aa7c47
More information about the pld-cvs-commit
mailing list