From: Michael Banck Date: Thu, 13 Feb 2025 07:41:32 +0000 (+0100) Subject: Add patroni tweak X-Git-Url: http://git.postgresql.org/gitweb/%40%40?a=commitdiff_plain;p=pgapt.git Add patroni tweak --- 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)