Skip to content

Commit cdd463d

Browse files
committed
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 <ricardo.dias@percona.com>
1 parent 80fe8c6 commit cdd463d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

root/ppg/staging/16/tde/percona-postgresql/obs/_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<service name="obs_scm">
33
<param name="url">https://github.com/percona/postgres.git</param>
44
<param name="scm">git</param>
5-
<param name="revision">release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}</param>
5+
<param name="revision">PSP-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}</param>
66
<param name="version">%!{PG_VERSION}</param>
77
<param name="filename">percona-postgresql</param>
88
</service>

root/ppg/staging/17/percona-postgresql/obs/_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<service name="obs_scm">
33
<param name="url">https://github.com/percona/postgres.git</param>
44
<param name="scm">git</param>
5-
<param name="revision">release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}</param>
5+
<param name="revision">PSP-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}</param>
66
<param name="version">%!{PG_VERSION}</param>
77
<param name="filename">percona-postgresql</param>
88
</service>

root/ppg/staging/18/percona-postgresql/obs/_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<service name="obs_scm">
33
<param name="url">https://github.com/percona/postgres.git</param>
44
<param name="scm">git</param>
5-
<param name="revision">release-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}</param>
5+
<param name="revision">PSP-%!{PG_VERSION}.%!{PERCONA_PG_PATCH_VERSION}</param>
66
<param name="version">%!{PG_VERSION}</param>
77
<param name="filename">percona-postgresql</param>
88
</service>

0 commit comments

Comments
 (0)