diff options
author | Shay <hillerys@element.io> | 2022-02-10 13:59:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 13:59:42 -0800 |
commit | 1e12efa1b250f33bfcc8d07c259047ad23236fcc (patch) | |
tree | 21116ec3e4e4d89357239dc92c90573238f6260a | |
parent | Support pagination tokens from /sync and /messages in the relations API. (#11... (diff) | |
download | synapse-1e12efa1b250f33bfcc8d07c259047ad23236fcc.tar.xz |
Drop support for EOL Ubuntu 21.04 (#11961)
-rw-r--r-- | changelog.d/11961.removal | 1 | ||||
-rwxr-xr-x | scripts-dev/build_debian_packages | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/11961.removal b/changelog.d/11961.removal new file mode 100644 index 0000000000..67b86ac7c1 --- /dev/null +++ b/changelog.d/11961.removal @@ -0,0 +1 @@ +No longer build `.deb` packages for Ubuntu 21.04 Hirsute Hippo, which has now EOLed. \ No newline at end of file diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index 4d34e90703..7ff96a1ee6 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -25,7 +25,6 @@ DISTS = ( "debian:bookworm", "debian:sid", "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) ) |