[packages/gitlab-ce] assets:clean, USE_DB=false

glen glen at pld-linux.org
Sun May 15 14:11:24 CEST 2016


commit a5202e18b5a32d5e2a6111db35432c9d5a93b2f0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 15 13:01:02 2016 +0300

    assets:clean, USE_DB=false
    
    from
    https://github.com/sameersbn/docker-gitlab/blob/master/assets/build/install.sh

 gitlab-ce.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index c7af6b6..a322f52 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -102,7 +102,7 @@ bundle install %{_smp_mflags} \
 	--deployment \
 	--without development test aws %{!?with_krb5:kerberos}
 
-bundle exec rake RAILS_ENV=production assets:precompile
+bundle exec rake RAILS_ENV=production assets:clean assets:precompile USE_DB=false
 
 # avoid bogus ruby dep
 chmod a-x vendor/bundle/ruby/gems/unicorn-*/bin/unicorn*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/e29cce1b42cc84a9e2c9e94f678f2b67ffff1fae



More information about the pld-cvs-commit mailing list