# HG changeset patch # User Mads Kiilerich # Date 1597669147 -7200 # Node ID 43d9615facc6a6182fc4259561d015041d947f9c # Parent 0765771dbe5a316888f3f6549681555a19833680 ini: move archive_cache_dir to the data directory Give less data locations to care about. diff -r 0765771dbe5a -r 43d9615facc6 .hgignore --- a/.hgignore Thu Aug 13 15:24:35 2020 +0200 +++ b/.hgignore Mon Aug 17 14:59:07 2020 +0200 @@ -10,7 +10,6 @@ *.rej *.bak .eggs/ -tarballcache/ syntax: regexp ^rcextensions diff -r 0765771dbe5a -r 43d9615facc6 development.ini --- a/development.ini Thu Aug 13 15:24:35 2020 +0200 +++ b/development.ini Mon Aug 17 14:59:07 2020 +0200 @@ -102,7 +102,7 @@ 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 diff -r 0765771dbe5a -r 43d9615facc6 kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako Thu Aug 13 15:24:35 2020 +0200 +++ b/kallithea/lib/paster_commands/template.ini.mako Mon Aug 17 14:59:07 2020 +0200 @@ -166,7 +166,7 @@ index_dir = %(here)s/data/index <%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>## change this to unique ID for security app_instance_uuid = ${uuid()}