From c9ad9e155bbc2f23721e57d87f3acf66c51e0400 Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Fri, 5 May 2023 10:28:03 -0700 Subject: Update Debian CI environments Remove configuration that assumed that "oldstable" referred to Debian 9, as this hasn't been the case since the Debian 11 release in mid-2021 and Debian 9 is fully EOL at this point anyway. That fixes error in CI: E: The repository 'http://http.debian.net/debian stretch-backports Release' does not have a Release file. Closes: https://github.com/iputils/iputils/pull/462 Reviewed-by: Petr Vorel Signed-off-by: Noah Meyerhans [ pvorel: keep generic distro names ] Signed-off-by: Petr Vorel --- ci/debian.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ci/debian.sh b/ci/debian.sh index 28b66ed..58e24ca 100755 --- a/ci/debian.sh +++ b/ci/debian.sh @@ -2,13 +2,6 @@ # Copyright (c) 2019-2021 Petr Vorel set -ex -if [ "$DISTRO_VERSION" = "oldstable" ]; then - cat <