diff options
author | Hillery Shay <shaysquared@gmail.com> | 2021-10-12 11:29:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 11:29:39 -0700 |
commit | 5dcacdf6d1d444ced4e400cc0e7969170a2bff1b (patch) | |
tree | d009a25512a3ef77aab8c7c60e1cefdc7b12979f | |
parent | Merge remote-tracking branch 'origin/release-v1.45' into develop (diff) | |
download | synapse-5dcacdf6d1d444ced4e400cc0e7969170a2bff1b.tar.xz |
Add support for ubuntu 21.10 "Impish Indri" (#11024)
* support ubuntu 21.10 indri * add changelog * update to correct codename Co-authored-by: Brendan Abolivier <github@brendanabolivier.com> Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
-rw-r--r-- | changelog.d/11024.misc | 1 | ||||
-rwxr-xr-x | scripts-dev/build_debian_packages | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/11024.misc b/changelog.d/11024.misc new file mode 100644 index 0000000000..51ad800d4d --- /dev/null +++ b/changelog.d/11024.misc @@ -0,0 +1 @@ +Add support for Ubuntu 21.10 "Impish Indri". \ No newline at end of file diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index e9f89e38ef..3a9a2d257c 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -27,6 +27,7 @@ DISTS = ( "ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23) "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) "ubuntu:hirsute", # 21.04 (EOL 2022-01-05) + "ubuntu:impish", # 21.10 (EOL 2022-07) ) DESC = """\ |