Add patroni tweak master
authorMichael Banck <michael.banck@credativ.de>
Thu, 13 Feb 2025 07:41:32 +0000 (08:41 +0100)
committerMichael Banck <michael.banck@credativ.de>
Thu, 13 Feb 2025 07:41:32 +0000 (08:41 +0100)
jenkins/generate-pgdg-source

index c11e84a55831c81ef4b0f4e789d78beceaac048f..08faf5dddd513fae57523d85e39e2ad98abf49d4 100755 (executable)
@@ -236,6 +236,15 @@ esac
 
 # tweaks for other packages
 case $PACKAGE in
 
 # 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)
   pgbouncer)
     case ${distribution:-} in
       bookworm|bullseye|noble|jammy|focal)