summary refs log tree commit diff
path: root/debian/matrix-synapse-py3.postinst (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-19Replace deprecated --force dpkg option github/anoa/dpkg_force anoa/dpkg_forceAndrew Morgan1-1/+1
While watching @Half-Shot install his new Synapse dpkg popped out an error that `--force` was deprecated. This was on Ubuntu 19.04. Not sure if the `--force-all` option is supported by older distributions that we support
2019-10-19Delete format_tap.py (#6219)Andrew Morgan2-48/+1
* Delete format_tap.py This python implementation of a tap formatting library for buildkite has been replaced with a perl implementation as part of the matrix-org/sytest repo, which is specific to sytest's language, not that of any one homeserver's.
2019-10-18Remove Auth.check method (#6217)Richard van der Hoff3-21/+6
This method was somewhat redundant, and confusing.
2019-10-18Fix logging config for the docker image (#6197)Richard van der Hoff3-3/+5
Turns out that loggers that are instantiated before the config is loaded get turned off. Also bring the logging config that is generated by --generate-config into line. Fixes #6194.
2019-10-18add note about database upgradeHubert Chathi1-1/+4
2019-10-18use the right function for when we're already in runInteractionHubert Chathi1-4/+4
2019-10-18Update docker-compose.yml for a static config file, and update traefik ↵przemas752-29/+27
examples (#6142)
2019-10-18Fix changelog v1.4.1 github/release-v1.4.1 release-v1.4.1Brendan Aboliv