Codebase list matrix-synapse / 2da54f5
Release v0.11.1-1 Erik Johnston 8 years ago
3 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 matrix-synapse (0.11.1-1) unstable; urgency=medium
1
2 * Imported Upstream version 0.11.1
3
4 -- Erik Johnston <erikj@matrix.org> Fri, 20 Nov 2015 17:56:52 +0000
5
06 matrix-synapse (0.11.0-r2-1) stable; urgency=medium
17
28 * Imported Upstream version 0.11.0-r2
2929 MISSING_REPORT_STATS_CONFIG_INSTRUCTIONS = """\
3030 Please opt in or out of reporting anonymized homeserver usage statistics, by
3131 setting the `report_stats` key in your config file to either True or False.
32
33 To set it run:
34
35 dpkg-reconfigure matrix-synapse
36
3237 """
3338
3439 MISSING_REPORT_STATS_SPIEL = """\
4348
4449 MISSING_SERVER_NAME = """\
4550 Missing mandatory `server_name` config option.
51
52 To set it run:
53
54 dpkg-reconfigure matrix-synapse
55
4656 """
4757
4858
00 [tox]
11 envlist = packaging, py27, pep8
2 sitepackages = True
23
34 [testenv]
45 deps =