diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-05-19 09:56:15 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-05-19 09:56:15 -0400 |
commit | 02919bf4d80a283af94f576c1c7fe76869e3965a (patch) | |
tree | 9dabb44fc3c91b522ee92102346d7bef2ccde151 /scripts-dev | |
parent | synctl warns when no process is stopped and avoids start (#6598) (diff) | |
parent | Merge tag 'v1.13.0' (diff) | |
download | synapse-02919bf4d80a283af94f576c1c7fe76869e3965a.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'scripts-dev')
-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 84eaec6a95..ae2145d717 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -27,6 +27,7 @@ DISTS = ( "ubuntu:cosmic", "ubuntu:disco", "ubuntu:eoan", + "ubuntu:focal", ) DESC = '''\ |