diff options
-rwxr-xr-x | jenkins/generate-pgdg-source | 9 |
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) |