From ee69f207716251ab7cbb6e95d06b7be8555165f6 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 13 Sep 2017 12:31:17 -0300 Subject: [pkg] use /var/lib/soledad/blobs to store blobs Soledad Server was previously using something in /srv to store blobs in the server side. Debian/lintian doesn't like that at all, so we are changing to /var/lib/soledad/blobs. Closes: #8948 --- testing/tests/server/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/server/test_config.py') diff --git a/testing/tests/server/test_config.py b/testing/tests/server/test_config.py index 874682fd..2176832f 100644 --- a/testing/tests/server/test_config.py +++ b/testing/tests/server/test_config.py @@ -66,5 +66,5 @@ class ConfigurationParsingTest(unittest.TestCase): 'batching': False, 'blobs': False, 'services_tokens_file': '/srv/leap/soledad/auth.tokens', - 'blobs_path': '/srv/leap/soledad/blobs'} + 'blobs_path': '/var/lib/soledad/blobs'} self.assertDictEqual(expected, config['soledad-server']) -- cgit v1.2.3