From fe6bb07d0eaac735a0ad6369d121e0cc7dd7a93a Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Mon, 31 Aug 2026 15:53:48 +0100 Subject: [PATCH] ppg:staging: pin fork servers to the PSP-X.Y.Z release tags The Percona fork tagged the new releases as PSP-16.15.1 / PSP-17.11.1 / PSP-18.6.1 instead of the release-X.Y.Z naming used up to 17.10.2 / 18.4.2, so the revision form introduced with PERCONA_PG_PATCH_VERSION (release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}) keeps resolving to the release-* *branches* and would never pin itself to a tag. Switch staging/17, staging/18 and staging/16/tde to PSP-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}. Each PSP tag currently points at the exact head of the corresponding release-* branch (PSP-16.15.1 = c0d38ac6, PSP-17.11.1 = d2798ace, PSP-18.6.1 = 19c3033d), so the built source is unchanged; the revision just stops being a moving ref, as a staging tier expects. Signed-off-by: Ricardo Dias --- root/ppg/staging/16/tde/percona-postgresql/obs/_service | 2 +- root/ppg/staging/17/percona-postgresql/obs/_service | 2 +- root/ppg/staging/18/percona-postgresql/obs/_service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/root/ppg/staging/16/tde/percona-postgresql/obs/_service b/root/ppg/staging/16/tde/percona-postgresql/obs/_service index 68e8c777..49e1e2b1 100644 --- a/root/ppg/staging/16/tde/percona-postgresql/obs/_service +++ b/root/ppg/staging/16/tde/percona-postgresql/obs/_service @@ -2,7 +2,7 @@ https://github.com/percona/postgres.git git - release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION} + PSP-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION} %!{PG_VERSION} percona-postgresql diff --git a/root/ppg/staging/17/percona-postgresql/obs/_service b/root/ppg/staging/17/percona-postgresql/obs/_service index 00b48570..cfa6cf1c 100644 --- a/root/ppg/staging/17/percona-postgresql/obs/_service +++ b/root/ppg/staging/17/percona-postgresql/obs/_service @@ -2,7 +2,7 @@ https://github.com/percona/postgres.git git - release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION} + PSP-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION} %!{PG_VERSION} percona-postgresql diff --git a/root/ppg/staging/18/percona-postgresql/obs/_service b/root/ppg/staging/18/percona-postgresql/obs/_service index 63ce7cb4..1558bd7b 100644 --- a/root/ppg/staging/18/percona-postgresql/obs/_service +++ b/root/ppg/staging/18/percona-postgresql/obs/_service @@ -2,7 +2,7 @@ https://github.com/percona/postgres.git git - release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION} + PSP-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION} %!{PG_VERSION} percona-postgresql