From: Sergio Durigan Junior Date: Wed, 19 Aug 2020 15:46:16 +0000 (+0100) Subject: dgit-mirror-ssh-wrap: Cope with yet another new rsync rune. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d338da6ea79f0115a9617230c7526c9ea217d745;p=dgit.git dgit-mirror-ssh-wrap: Cope with yet another new rsync rune. Closes:#968635. Signed-off-by: Sergio Durigan Junior --- 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