Add PostgreSQL 17
authorChristoph Berg <myon@debian.org>
Fri, 30 Jun 2023 10:09:47 +0000 (12:09 +0200)
committerChristoph Berg <myon@debian.org>
Fri, 30 Jun 2023 10:09:47 +0000 (12:09 +0200)
README.md
pgapt.conf
repo/conf/distributions

index 795e91d135c916d80eddde760e198d182faaacd3..273c8052fe60b0e992c9b3b471ce86a512c95ceb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,10 +15,10 @@ is only about launching the build jobs, the real work is done in the scripts.
 
 ## Adding a new PostgreSQL version to the repository
 
-* Update apt.postgresql.org/repo/conf/distributions.sh and re-generate the distributions file
-* Update `PG_DEVEL_VERSION` in pgapt.conf
+* Update `PG_DEVEL_VERSION` and `PG_VERSIONS` in pgapt.conf
+* Update jenkins/pgapt-jobs.yaml
+* Run `make` and commit changes
 * Update `pgdg/apt.postgresql.org.sh` in postgresql-common
-* Possibly update the Jenkins pipeline jobs to include the new version
 * Update the repository master host: cd /srv/apt; sudo -u aptuser git pull
 * Create new Jenkins jobs and build them
 
index 5787553d9b189ffda2e262b7dd8fd46426638a2e..1cbd2b89dcda143672439c86948ab10e8a4bf4d5 100644 (file)
@@ -1,9 +1,9 @@
 # oldest version: used by QA scripts (repo/bin/missing-pg-modules)
 PG_OLDEST_VERSION=9.6
 PG_MAIN_VERSION=15
-#PG_BETA_VERSION=15
-PG_DEVEL_VERSION=16
-PG_VERSIONS="10 11 12 13 14 15 16" # supported in /usr/share/postgresql-common/supported-versions (what we build extensions for)
+PG_BETA_VERSION=16
+PG_DEVEL_VERSION=17
+PG_VERSIONS="10 11 12 13 14 15 16 17" # 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 \
index 172bb6d165b7137114aeaafe32d6ec5e6d39c1b1..d41b86c501925d8649ed2222fe72d4eeb200c674 100644 (file)
@@ -3,7 +3,7 @@ Suite: sid-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: sid-pgdg.log
 Uploaders: uploaders
@@ -18,7 +18,7 @@ Suite: sid-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: sid-pgdg-testing.log
 Uploaders: uploaders
@@ -35,7 +35,7 @@ Suite: sid-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: sid-pgdg-snapshot.log
 Uploaders: uploaders
@@ -52,7 +52,7 @@ Suite: trixie-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: trixie-pgdg.log
 Uploaders: uploaders
@@ -67,7 +67,7 @@ Suite: trixie-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: trixie-pgdg-testing.log
 Uploaders: uploaders
@@ -84,7 +84,7 @@ Suite: trixie-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: trixie-pgdg-snapshot.log
 Uploaders: uploaders
@@ -101,7 +101,7 @@ Suite: bookworm-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bookworm-pgdg.log
 Uploaders: uploaders
@@ -116,7 +116,7 @@ Suite: bookworm-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bookworm-pgdg-testing.log
 Uploaders: uploaders
@@ -133,7 +133,7 @@ Suite: bookworm-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bookworm-pgdg-snapshot.log
 Uploaders: uploaders
@@ -150,7 +150,7 @@ Suite: bullseye-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bullseye-pgdg.log
 Uploaders: uploaders
@@ -165,7 +165,7 @@ Suite: bullseye-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bullseye-pgdg-testing.log
 Uploaders: uploaders
@@ -182,7 +182,7 @@ Suite: bullseye-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bullseye-pgdg-snapshot.log
 Uploaders: uploaders
@@ -199,7 +199,7 @@ Suite: buster-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: buster-pgdg.log
 Uploaders: uploaders
@@ -214,7 +214,7 @@ Suite: buster-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: buster-pgdg-testing.log
 Uploaders: uploaders
@@ -231,7 +231,7 @@ Suite: buster-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: buster-pgdg-snapshot.log
 Uploaders: uploaders
@@ -248,7 +248,7 @@ Suite: lunar-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64
-Components: main 10 11 12 13 14 15 16
+Components: main 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: lunar-pgdg.log
 Uploaders: uploaders
@@ -263,7 +263,7 @@ Suite: lunar-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64
-Components: main 10 11 12 13 14 15 16
+Components: main 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: lunar-pgdg-testing.log
 Uploaders: uploaders
@@ -280,7 +280,7 @@ Suite: lunar-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64
-Components: main 10 11 12 13 14 15 16
+Components: main 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: lunar-pgdg-snapshot.log
 Uploaders: uploaders
@@ -297,7 +297,7 @@ Suite: kinetic-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64
-Components: main 10 11 12 13 14 15 16
+Components: main 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: kinetic-pgdg.log
 Uploaders: uploaders
@@ -312,7 +312,7 @@ Suite: kinetic-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64
-Components: main 10 11 12 13 14 15 16
+Components: main 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: kinetic-pgdg-testing.log
 Uploaders: uploaders
@@ -329,7 +329,7 @@ Suite: kinetic-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64
-Components: main 10 11 12 13 14 15 16
+Components: main 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: kinetic-pgdg-snapshot.log
 Uploaders: uploaders
@@ -346,7 +346,7 @@ Suite: jammy-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: jammy-pgdg.log
 Uploaders: uploaders
@@ -361,7 +361,7 @@ Suite: jammy-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: jammy-pgdg-testing.log
 Uploaders: uploaders
@@ -378,7 +378,7 @@ Suite: jammy-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: jammy-pgdg-snapshot.log
 Uploaders: uploaders
@@ -395,7 +395,7 @@ Suite: focal-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: focal-pgdg.log
 Uploaders: uploaders
@@ -410,7 +410,7 @@ Suite: focal-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: focal-pgdg-testing.log
 Uploaders: uploaders
@@ -427,7 +427,7 @@ Suite: focal-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 ppc64el s390x
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: focal-pgdg-snapshot.log
 Uploaders: uploaders
@@ -444,7 +444,7 @@ Suite: bionic-pgdg
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bionic-pgdg.log
 Uploaders: uploaders
@@ -459,7 +459,7 @@ Suite: bionic-pgdg-testing
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bionic-pgdg-testing.log
 Uploaders: uploaders
@@ -476,7 +476,7 @@ Suite: bionic-pgdg-snapshot
 Origin: apt.postgresql.org
 Label: PostgreSQL for Debian/Ubuntu repository
 Architectures: source amd64 arm64 i386 ppc64el
-Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16
+Components: main 8.2 8.3 8.4 9.0 9.1 9.2 9.3 9.4 9.5 9.6 10 11 12 13 14 15 16 17
 SignWith: ACCC4CF8
 Log: bionic-pgdg-snapshot.log
 Uploaders: uploaders