From: Elan Ruusamäe Date: Tue, 23 Feb 2016 18:23:55 +0000 (+0200) Subject: bundle: verbose, use cache in non-debug X-Git-Tag: gitlab-ce-8.1.4-0.1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=7470b5a815eedf23584f804df1cfab7f5097ad39;p=packages%2Fgitlab-ce.git bundle: verbose, use cache in non-debug --- 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