diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-03 19:25:01 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-03 19:25:01 +0100 |
commit | 836d3adcce81bdafd8d9033df028485dcbb9d4ed (patch) | |
tree | 1f8485651a7d7dc88908ae8783125c1b4afbf17d /scripts-dev/build_debian_packages | |
parent | Add admin api for sending server_notices (#5121) (diff) | |
parent | Merge tag 'v0.99.3.2' (diff) | |
download | synapse-836d3adcce81bdafd8d9033df028485dcbb9d4ed.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'scripts-dev/build_debian_packages')
-rwxr-xr-x | scripts-dev/build_debian_packages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index 6b9be99060..93305ee9b1 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -24,6 +24,7 @@ DISTS = ( "ubuntu:xenial", "ubuntu:bionic", "ubuntu:cosmic", + "ubuntu:disco", ) DESC = '''\ |