summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-07-19 09:08:46 -0400
committerGitHub <noreply@github.com>2022-07-19 09:08:46 -0400
commit1efe6b8c41082fca68a6c408a854b25991814d65 (patch)
treebb3db31e2989cd9e7d75065a33e9a94d4765ff9d
parentBash script for creating multiple stream writers (#13271) (diff)
downloadsynapse-1efe6b8c41082fca68a6c408a854b25991814d65.tar.xz
Stop building Ubuntu 21.10 (Impish Indri) which is end of life. (#13326)
-rw-r--r--changelog.d/13326.removal1
-rwxr-xr-xscripts-dev/build_debian_packages.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/13326.removal b/changelog.d/13326.removal
new file mode 100644

index 0000000000..8112286671 --- /dev/null +++ b/changelog.d/13326.removal
@@ -0,0 +1 @@ +Stop builindg `.deb` packages for Ubuntu 21.10 (Impish Indri), which has reached end of life. diff --git a/scripts-dev/build_debian_packages.py b/scripts-dev/build_debian_packages.py
index 38564893e9..cd2e64b75f 100755 --- a/scripts-dev/build_debian_packages.py +++ b/scripts-dev/build_debian_packages.py
@@ -26,7 +26,6 @@ DISTS = ( "debian:bookworm", "debian:sid", "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) - "ubuntu:impish", # 21.10 (EOL 2022-07) "ubuntu:jammy", # 22.04 LTS (EOL 2027-04) )