[packages/gitlab-ce] bundle: verbose, use cache in non-debug
glen
glen at pld-linux.org
Tue Feb 23 19:24:00 CET 2016
commit 7470b5a815eedf23584f804df1cfab7f5097ad39
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Feb 23 20:23:55 2016 +0200
bundle: verbose, use cache in non-debug
gitlab-ce.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index c2f2b01..0048a14 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -55,9 +55,10 @@ sed -e "s|username: git|username: gitlab|" \
%build
# Note: SSL error temporary fixed with 'sudo gem update --system' which updates
# /usr/bin/gem
-#:<< _EOF
bundle install %{_smp_mflags} \
- --no-cache --no-prune --deployment --without development test aws
+ --verbose \
+ %{?debug:--no-cache --no-prune} \
+ --deployment --without development test aws
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/7470b5a815eedf23584f804df1cfab7f5097ad39
More information about the pld-cvs-commit
mailing list