From d338da6ea79f0115a9617230c7526c9ea217d745 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 19 Aug 2020 16:46:16 +0100 Subject: [PATCH] dgit-mirror-ssh-wrap: Cope with yet another new rsync rune. Closes:#968635. Signed-off-by: Sergio Durigan Junior --- debian/changelog | 4 +++- infra/dgit-mirror-ssh-wrap | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8b2d064a..2d537c17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ dgit (9.12~) unstable; urgency=medium - * + Bugfixes: + * dgit-mirror-ssh-wrap: Cope with yet another new rsync rune. + Closes:#968635. [Sergio Durigan Junior] -- diff --git a/infra/dgit-mirror-ssh-wrap b/infra/dgit-mirror-ssh-wrap index 7f55fead..afbbbbfe 100755 --- a/infra/dgit-mirror-ssh-wrap +++ b/infra/dgit-mirror-ssh-wrap @@ -29,6 +29,8 @@ $_ = $command; m{^rsync --server -lHtre\.iLsfxC --timeout=\d+ --delete --safe-links \. $d$} || m{^rsync --server -lHtre\.iLsfxCIv --timeout=\d+ --delete --safe-links \. $d$} +|| +m{^rsync --server -lHtre\.iLsfxCIvu --timeout=\d+ --delete --safe-links \. $d$} # To add a new command pattern, add || m{^ ... $} above. # The pattern should contain $d where the per-package destination -- 2.30.2