[ARVADOS-DEV] updated: ea0e43b2e928db9e7ef77977adc789cf44bc81c2

git at public.curoverse.com git at public.curoverse.com
Mon Jul 13 21:04:31 EDT 2015


Summary of changes:
 jenkins/run-build-packages.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  ea0e43b2e928db9e7ef77977adc789cf44bc81c2 (commit)
      from  5b7eaf60e9ae6a239f9ef601ff615913680f054f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ea0e43b2e928db9e7ef77977adc789cf44bc81c2
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Jul 13 21:02:07 2015 -0400

    Make sure we have a conference/environments/production.rb file so that
    we generate the workbench assets correctly before packaging.
    
    refs #6362

diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index af35285..7b1b3d7 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -746,8 +746,9 @@ fi
 # from the package - empty it instead.
 rm -rf $WORKSPACE/apps/workbench/tmp/*
 
-# Set up application.yml so that asset precompilation works
+# Set up application.yml and production.rb so that asset precompilation works
 \cp config/application.yml.example config/application.yml -f
+\cp config/environments/production.rb.example config/environments/production.rb -f
 sed -i 's/secret_token: ~/secret_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/' config/application.yml
 
 RAILS_ENV=production RAILS_GROUPS=assets bundle exec rake assets:precompile >/dev/null

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list