add config.git_repositories_dir. refs #1445
authorTom Clegg <tom@clinicalfuture.com>
Mon, 25 Mar 2013 18:51:47 +0000 (11:51 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 25 Mar 2013 22:14:59 +0000 (15:14 -0700)
config/environments/development.rb.example
config/environments/production.rb
config/environments/test.rb

index 2d1ece5b082f005bc48ea21078690735f7dfd450..ca2836285500fbd79f8b044d1f774550391f8ac9 100644 (file)
@@ -30,6 +30,8 @@ Server::Application.configure do
 
   config.force_ssl = false
 
+  config.git_repositories_dir = '/var/cache/git'
+
   config.whjobmanager_wrapper = :none
 
   # config.dnsmasq_conf_dir = '/etc/dnsmasq.d'
index 182c6a3aacf48ac30d5ac8728483723441d6397a..7ae0d812676aef503ddd480d801e4ba42545e73d 100644 (file)
@@ -58,6 +58,8 @@ Server::Application.configure do
   # Send deprecation notices to registered listeners
   config.active_support.deprecation = :notify
 
+  config.git_repositories_dir = '/var/cache/git'
+
   config.whjobmanager_wrapper = :slurm_immediate
 
   # config.dnsmasq_conf_dir = '/etc/dnsmasq.d'
index 2fe43d1e02075a9b2725a2657480cce6199e8e1a..f63b5b3e9345552f9cc66f26bf50634480c4767f 100644 (file)
@@ -37,6 +37,8 @@ Server::Application.configure do
   # Print deprecation notices to the stderr
   config.active_support.deprecation = :stderr
 
+  config.git_repositories_dir = '/var/cache/git'
+
   config.whjobmanager_wrapper = :slurm_immediate
 
   # config.dnsmasq_conf_dir = '/etc/dnsmasq.d'