From d26fab6c10aa4150e420ecac400fa330b765a55e Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Thu, 5 Sep 2024 15:21:20 +0200 Subject: [PATCH] Retire buster --- jenkins/packages.backports | 2 -- jenkins/packages.backports_runtime | 1 - jenkins/pgapt-jobs.yaml | 25 +------------------------ pgapt.conf | 3 +-- 4 files changed, 2 insertions(+), 29 deletions(-) diff --git a/jenkins/packages.backports b/jenkins/packages.backports index 2deaf4c..fdd3226 100644 --- a/jenkins/packages.backports +++ b/jenkins/packages.backports @@ -1,6 +1,4 @@ architecture-properties h3-pg libh3 -pg-ldap-sync -pglast prometheus-sql-exporter diff --git a/jenkins/packages.backports_runtime b/jenkins/packages.backports_runtime index a1d6aa4..5a28159 100644 --- a/jenkins/packages.backports_runtime +++ b/jenkins/packages.backports_runtime @@ -1,2 +1 @@ h3-pg -omnidb diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index df1e9f7..cc0a806 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -33,7 +33,7 @@ filter: &filter | architecture=="amd64" || distribution=="sid" || - (architecture in ["arm64", "ppc64el", "s390x"] && !(distribution in ["buster", "mantic"])) || + (architecture in ["arm64", "ppc64el", "s390x"] && !(distribution in ["mantic"])) || ((architecture in ["arm64", "i386"]) && (distribution in ["buster"])) filter_pattern: &filter_pattern | ({arch-filter}) && @@ -158,7 +158,6 @@ - trixie - bookworm - bullseye - - buster - noble - mantic - jammy @@ -1059,7 +1058,6 @@ name: elephant-shed git-url: https://github.com/credativ/elephant-shed.git git-branch: rel1_3 - dist-filter: '!(distribution in ["buster"])' jobs: - git-packages @@ -1184,7 +1182,6 @@ upstream-url: https://github.com/MobilityDB/MobilityDB.git upstream-branch: develop arch-filter: 'architecture in ["amd64", "arm64", "ppc64el"]' - dist-filter: '!(distribution in ["buster"])' jobs: - git+upstream-snapshot @@ -1197,8 +1194,6 @@ - project: name: omnidb git-url: https://salsa.debian.org/postgresql/omnidb.git - # needs django 2 on buster - backports_runtime: 'BACKPORTS=yes ' jobs: - git-packages @@ -1245,8 +1240,6 @@ name: patroni git-url: https://salsa.debian.org/postgresql/patroni.git upstream-url: https://github.com/zalando/patroni.git - # buster: sphinx too old - dist-filter: '!(distribution in ["buster"])' jobs: - git+upstream-snapshot @@ -1540,14 +1533,12 @@ - project: name: pg-ldap-sync git-url: https://salsa.debian.org/postgresql/pg-ldap-sync.git - backports: 'BACKPORTS=yes ' # buster: gem2deb >= 1 jobs: - git-packages - project: name: pglast git-url: https://salsa.debian.org/postgresql/pglast.git - backports: 'BACKPORTS=yes ' # buster: needs DH 13 jobs: - git-packages @@ -1558,8 +1549,6 @@ # i386 excluded on cl-ironclad maintainer request (#1077220) # s390x doesn't have sbcl arch-filter: '!(architecture=="ppc64el" && distribution in ["jammy", "focal"] || architecture in ["i386", "s390x"])' - # buster: ssl problems in testsuite - dist-filter: '!(distribution in ["buster"])' jobs: - git-packages @@ -1691,8 +1680,6 @@ - project: name: pgpool2 git-url: https://salsa.debian.org/postgresql/pgpool2.git - # buster: ca-certificates-java installation problems - dist-filter: '!(distribution in ["buster"])' jobs: - git-packages-with-beta @@ -1786,8 +1773,6 @@ name: pgvector git-url: https://salsa.debian.org/postgresql/pgvector.git git-branch: develop - # buster: missing _xgetbv - dist-filter: '!(distribution in ["buster"])' jobs: - git-packages-with-beta @@ -1832,8 +1817,6 @@ - project: name: postgis git-url: https://salsa.debian.org/debian-gis-team/postgis.git - # buster: libproj too old - dist-filter: '!(distribution in ["buster"])' jobs: - git-packages-with-beta @@ -2261,8 +2244,6 @@ - project: name: sqlreduce git-url: https://github.com/df7cb/sqlreduce.git - # needs python3.8 (excludes buster) - dist-filter: '!(distribution in ["buster"])' jobs: - git-packages @@ -2294,8 +2275,6 @@ - project: name: timescaledb git-url: https://salsa.debian.org/postgresql/timescaledb.git - # buster: cmake too old - dist-filter: '!(distribution in ["buster"])' arch-filter: '!(architecture in ["i386", "s390x"])' jobs: - git-packages-with-beta @@ -2309,8 +2288,6 @@ - project: name: vip-manager git-url: https://salsa.debian.org/postgresql/vip-manager.git - # buster (and jammy) binaries get copied from bullseye, which doesn't have i386 - arch-filter: '!(architecture=="i386" && distribution=="buster")' jobs: - git-packages diff --git a/pgapt.conf b/pgapt.conf index 2d0d93f..242521c 100644 --- a/pgapt.conf +++ b/pgapt.conf @@ -6,7 +6,7 @@ PG_DEVEL_VERSION=18 PG_VERSIONS="10 11 12 13 14 15 16 17 18" # all server versions >= 10 (what we build extensions for) PG_ALL_VERSIONS="8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 $PG_VERSIONS" # all versions (which server packages we build on LTS dists) # supported dists: actively updated -PG_SUPPORTED_DISTS="sid trixie bookworm bullseye buster \ +PG_SUPPORTED_DISTS="sid trixie bookworm bullseye \ noble mantic jammy focal" # repository dists: kept in repository config PG_REPOSITORY_DISTS="sid trixie bookworm bullseye buster \ @@ -66,7 +66,6 @@ set_dist_vars () { # args: $1 = distribution [$2 = architecture] dist_security="$1-security" case $1 in sid) unset dist_security ;; # no security support - buster) dist_security="$1/updates" ;; esac case $(hostname) in pgapt*) -- 2.39.5