upgrade-zulip-stage-2: Add Ubuntu 20.04, Debian 11 to UNSUPPORTED_DISTROS.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-04-04 16:02:03 -07:00 committed by Tim Abbott
parent d8ebb2db95
commit 0bae651e23
1 changed files with 2 additions and 0 deletions

View File

@ -64,8 +64,10 @@ UNSUPPORTED_DISTROS = [
("ubuntu", "14.04"), ("ubuntu", "14.04"),
("ubuntu", "16.04"), ("ubuntu", "16.04"),
("ubuntu", "18.04"), ("ubuntu", "18.04"),
("ubuntu", "20.04"),
("debian", "9"), ("debian", "9"),
("debian", "10"), ("debian", "10"),
("debian", "11"),
] ]
distro_info = parse_os_release() distro_info = parse_os_release()
vendor = distro_info["ID"] vendor = distro_info["ID"]