diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-20 10:08:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 10:08:46 -0400 |
commit | b2b86990705de8a099093ec141ad83e09f182034 (patch) | |
tree | e8967865b1c9570f270dd3130e77233ee048eae6 /scripts-dev | |
parent | Hash passwords earlier in the password reset process (#7538) (diff) | |
download | synapse-b2b86990705de8a099093ec141ad83e09f182034.tar.xz |
Remove Ubuntu Cosmic and Disco which are both EOL. (#7539)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index ae2145d717..e6f4bd1dca 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -24,8 +24,6 @@ DISTS = ( "debian:sid", "ubuntu:xenial", "ubuntu:bionic", - "ubuntu:cosmic", - "ubuntu:disco", "ubuntu:eoan", "ubuntu:focal", ) |