diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-12-04 18:20:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 18:20:36 +0000 |
commit | fe799f353dbd1f018fac39d2737f62688edb101d (patch) | |
tree | 9054f3c4ee26d2bdc56ed49f5972a23c0c86e92a /changelog.d | |
parent | get rid of (most of) have_events from _update_auth_events_and_context_for_aut... (diff) | |
parent | Fix background updates for synapse_port_db (diff) | |
download | synapse-fe799f353dbd1f018fac39d2737f62688edb101d.tar.xz |
Merge pull request #6470 from matrix-org/babolivier/port_db_ci_failure
Make synapse_port_db exit with a non-0 code if something failed
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6470.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6470.bugfix b/changelog.d/6470.bugfix new file mode 100644 index 0000000000..c08b34c14c --- /dev/null +++ b/changelog.d/6470.bugfix @@ -0,0 +1 @@ +Fix `synapse_port_db` not exiting with a 0 code if something went wrong during the port process. |