Changeset - 43d9615facc6
[Not reviewed]
default
0 3 0
Mads Kiilerich (mads) - 6 years ago 2020-08-17 14:59:07
mads@kiilerich.com
ini: move archive_cache_dir to the data directory

Give less data locations to care about.
3 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -10,7 +10,6 @@ syntax: glob
 
*.rej
 
*.bak
 
.eggs/
 
tarballcache/
 

	
 
syntax: regexp
 
^rcextensions
development.ini
Show inline comments
 
@@ -102,7 +102,7 @@ cache_dir = %(here)s/data
 
index_dir = %(here)s/data/index
 

	
 
## uncomment and set this path to use archive download cache
 
archive_cache_dir = %(here)s/tarballcache
 
archive_cache_dir = %(here)s/data/tarballcache
 

	
 
## change this to unique ID for security
 
#app_instance_uuid = VERY-SECRET
kallithea/lib/paster_commands/template.ini.mako
Show inline comments
 
@@ -166,7 +166,7 @@ cache_dir = %(here)s/data
 
index_dir = %(here)s/data/index
 

	
 
<%text>##</%text> uncomment and set this path to use archive download cache
 
archive_cache_dir = %(here)s/tarballcache
 
archive_cache_dir = %(here)s/data/tarballcache
 

	
 
<%text>##</%text> change this to unique ID for security
 
app_instance_uuid = ${uuid()}
0 comments (0 inline, 0 general)