summary refs log tree commit diff
path: root/scripts-dev/convert_server_keys.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2019-02-05Docker: only copy what we need to the build image (#4562)Richard van der Hoff2-1/+5
There are two reasons this is a good thing: * first, it means that you don't end up with stuff kicking around your working copy ending up in the build image by mistake (which can upset the pip install process) * second: it means that the docker image cache is more effective, and we can reuse docker images when iterating on the docker stuff.
2019-02-05Fix default ACME config for py2 (#4564)Richard van der Hoff2-1/+2
Fixes #4559
2019-02-05switch docker image to py3 by default (#4558)Richard van der Hoff2-4/+5
Switch the matrixdotorg/synapse:latest Docker image to use python 3
2019-02-05fix typo in config comments (#4557)Richard van der Hoff2-2/+3
2019-02-01Fix nginx capatilizationAndrew Morgan1-2/+2
2019-02-01Address commentsAndrew Morgan1-17/+13
2019-02-01Update README.rstRichard van der Hoff1-1/+1
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
2019-02-01Update README.rstRichard van der Hoff1-1/+1
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
2019-02-01Actually need to enable itAndrew Morgan1-0/+8
2019-02-010.99.0rc4 v0.99.0rc4Richard van der Hoff5