]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
bundle: verbose, use cache in non-debug gitlab-ce-8.1.4-0.1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 23 Feb 2016 18:23:55 +0000 (20:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 23 Feb 2016 18:23:55 +0000 (20:23 +0200)
gitlab-ce.spec

index c2f2b010508332a61ea25f2ff57e17d5cefeddaa..0048a1428f16cc5f4101e38c515b232c0630631a 100644 (file)
@@ -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
This page took 0.095181 seconds and 4 git commands to generate.