diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:12:48 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-18 16:12:48 +0000 |
commit | 831869729e129da0a47e1b6457a62110c83953d0 (patch) | |
tree | b34ebe015f2ea96ff63e24d31ccb2adbe3863407 /scripts-dev | |
parent | Merge commit 'feafd98ac' into dinsic-release-v1.5.x (diff) | |
parent | Make numeric user_id checker start at @0, and don't ratelimit on checking (#6... (diff) | |
download | synapse-831869729e129da0a47e1b6457a62110c83953d0.tar.xz |
Make numeric user_id checker start at @0, and don't ratelimit on checking (#6338)
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 = '''\ |