summary refs log tree commit diff
path: root/.buildkite/scripts/create_postgres_db.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI for synapse_port_db (#6276)Brendan Abolivier2019-10-291-0/+36
* 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