summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:12:48 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:12:48 +0000
commit831869729e129da0a47e1b6457a62110c83953d0 (patch)
treeb34ebe015f2ea96ff63e24d31ccb2adbe3863407 /scripts-dev
parentMerge commit 'feafd98ac' into dinsic-release-v1.5.x (diff)
parentMake numeric user_id checker start at @0, and don't ratelimit on checking (#6... (diff)
downloadsynapse-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-xscripts-dev/build_debian_packages2
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 = '''\