diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-11-06 13:51:11 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-11-06 13:51:11 +0000 |
commit | 915903eadaeea1944ed42c79636dd94d4aa98f64 (patch) | |
tree | 986626d7f935d4acbbccf873ac870f3887354e42 /scripts-dev | |
parent | Fix bug which caused rejected events to be stored with the wrong room state ... (diff) | |
parent | Merge branch 'release-v1.5.1' (diff) | |
download | synapse-915903eadaeea1944ed42c79636dd94d4aa98f64.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index 93305ee9b1..84eaec6a95 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -20,11 +20,13 @@ from concurrent.futures import ThreadPoolExecutor DISTS = ( "debian:stretch", "debian:buster", + "debian:bullseye", "debian:sid", "ubuntu:xenial", "ubuntu:bionic", "ubuntu:cosmic", "ubuntu:disco", + "ubuntu:eoan", ) DESC = '''\ |