diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-03 18:44:14 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-03 18:55:13 +0100 |
commit | 0b5cf9560775297f31fb4afa384fc37be74d7490 (patch) | |
tree | 341b2559908f4d1a3af3f9d4c16843f0a6d1f93b | |
parent | Merge pull request #5135 from matrix-org/rav/build_fixes (diff) | |
download | synapse-0b5cf9560775297f31fb4afa384fc37be74d7490.tar.xz |
include disco in deb build target list
-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 = '''\ |