]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
verbose gem install
authorElan Ruusamäe <glen@delfi.ee>
Fri, 19 Aug 2016 04:54:00 +0000 (07:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 19 Aug 2016 04:54:00 +0000 (07:54 +0300)
gitlab-ce.spec

index e7a70a6c22809af96d18efa9cf34682279857d47..1b03553124cf5a167f857b050a74c152e7435868 100644 (file)
@@ -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
This page took 0.034499 seconds and 4 git commands to generate.