summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Banck2025-02-13 07:41:32 +0000
committerMichael Banck2025-02-13 07:41:32 +0000
commitcbf99f9f9300516de7e60a4d9818d79116fd4035 (patch)
treea16e54ce2d2797821f93a7aeb2966cb6b7a1aa76
parente02b6cc230a94b68c39d223e0ff4465e5942373c (diff)
Add patroni tweakHEADmaster
-rwxr-xr-xjenkins/generate-pgdg-source9
1 files changed, 9 insertions, 0 deletions
diff --git a/jenkins/generate-pgdg-source b/jenkins/generate-pgdg-source
index c11e84a..08faf5d 100755
--- a/jenkins/generate-pgdg-source
+++ b/jenkins/generate-pgdg-source
@@ -236,6 +236,15 @@ esac
# tweaks for other packages
case $PACKAGE in
+ patroni)
+ case ${distribution:-} in
+ bookworm|bullseye|oracular|noble|jammy|focal)
+ sed -i -e 's/python3-ydiff/python3-cdiff/' debian/control
+ TWEAK+=("Switch python3-ydiff for old python3-cdiff.")
+ ;;
+ esac
+ ;;
+
pgbouncer)
case ${distribution:-} in
bookworm|bullseye|noble|jammy|focal)