diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-19 13:48:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 13:48:41 +0100 |
commit | 1fc8914f767f5f80d7263d8db96d73bf0310a39c (patch) | |
tree | 2dfdeddbef624033b1d0dc87e9ac24851bb0e801 /scripts-dev | |
parent | 1.13.0rc3 (diff) | |
download | synapse-1fc8914f767f5f80d7263d8db96d73bf0310a39c.tar.xz |
update dh-virtualenv (#7526)
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 = '''\ |