From cbf99f9f9300516de7e60a4d9818d79116fd4035 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Thu, 13 Feb 2025 08:41:32 +0100 Subject: [PATCH] Add patroni tweak --- jenkins/generate-pgdg-source | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- 2.39.5