summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-29 15:39:44 +0000
committerGitHub <noreply@github.com>2019-10-29 15:39:44 +0000
commitd79151921ac6b1770533eef098f78db77ea6d528 (patch)
tree240269aa5a84d7285105a4f26ce00f5b588750be /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-d79151921ac6b1770533eef098f78db77ea6d528.tar.xz
Fix CI for synapse_port_db (#6276)
* Don't use a virtualenv

* Generate the server's signing key to allow it to start

* Add signing key paths to CI configuration files

* Use a Python script to create the postgresql database

* Improve logging
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6276.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6276.misc b/changelog.d/6276.misc
new file mode 100644
index 0000000000..4a4428251e
--- /dev/null
+++ b/changelog.d/6276.misc
@@ -0,0 +1 @@
+Add a CI job to test the `synapse_port_db` script.