diff options
author | Dan Callahan <danc@element.io> | 2021-04-12 15:27:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 15:27:05 +0100 |
commit | 3efde8b69a660be22c65e0a548b4a7d7f815cb5b (patch) | |
tree | 47d8c951155491b0ec46da67bca633e05a8f54fd /debian/changelog | |
parent | Require AppserviceRegistrationType (#9548) (diff) | |
download | synapse-3efde8b69a660be22c65e0a548b4a7d7f815cb5b.tar.xz |
Add option to skip unit tests when building debs (#9793)
Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 09602ff54b..5d526316fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.31.0+nmu1) UNRELEASED; urgency=medium + + * Skip tests when DEB_BUILD_OPTIONS contains "nocheck". + + -- Dan Callahan <danc@element.io> Mon, 12 Apr 2021 13:07:36 +0000 + matrix-synapse-py3 (1.31.0) stable; urgency=medium * New synapse release 1.31.0. |