17528: Fix assets:precompile @ build time, skip at install time.
[arvados.git] / apps / workbench / config / arvados_config.rb
index fb99b3117ae3c7f8995a904fbc9b38799d11a7f8..c5cc544b9b8717fc70b51c52c1c4b35ce03a16aa 100644 (file)
@@ -32,8 +32,8 @@ $arvados_config_defaults = clusterConfig
 $arvados_config_defaults["ClusterID"] = clusterID
 
 if ENV["ARVADOS_CONFIG"] == "none"
-  # Don't load config. This magic value is set by postinst so it can
-  # run "rake assets:precompile" without a real config.
+  # Don't load config. This magic value is set by packaging scripts so
+  # they can run "rake assets:precompile" without a real config.
   $arvados_config_global = $arvados_config_defaults.deep_dup
 else
   # Load the global config file