[ARVADOS] updated: a6607cd8ce8f22da697af64354cad54c1acce74f
Git user
git at public.curoverse.com
Thu Aug 10 15:04:20 EDT 2017
Summary of changes:
apps/workbench/config/application.yml.example | 8 ++++++++
build/run-build-packages.sh | 1 +
2 files changed, 9 insertions(+)
via a6607cd8ce8f22da697af64354cad54c1acce74f (commit)
from d0a4adabafa4d132ab2333338c941acc57ca82fb (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 a6607cd8ce8f22da697af64354cad54c1acce74f
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Thu Aug 10 16:03:37 2017 -0300
11167: Fixed workbench package building scripts.
Refs #11167
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at curoverse.com>
diff --git a/apps/workbench/config/application.yml.example b/apps/workbench/config/application.yml.example
index 75edb87..85df228 100644
--- a/apps/workbench/config/application.yml.example
+++ b/apps/workbench/config/application.yml.example
@@ -23,6 +23,10 @@ development:
arvados_v1_base: https://arvados.local:3030/arvados/v1
arvados_insecure_https: true
+ # You need to configure at least one of these:
+ keep_web_url: false
+ keep_web_download_url: false
+
production:
# At minimum, you need a nice long randomly generated secret_token here.
secret_token: ~
@@ -31,3 +35,7 @@ production:
arvados_login_base: https://arvados.local:3030/login
arvados_v1_base: https://arvados.local:3030/arvados/v1
arvados_insecure_https: false
+
+ # You need to configure at least one of these:
+ keep_web_url: false
+ keep_web_download_url: false
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index a0a6c5f..2958d33 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -620,6 +620,7 @@ if [[ "$?" == "0" ]] ; then
\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
+ sed -i 's/keep_web_url: false/keep_web_url: exampledotcom/' 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