Control: tags -1 + patch On Tuesday, August 18 2020, I wrote:
> This is a revival of #963489. rsync has been recently been updated and > broke dgit-mirror-ssh-wrapper again. The fix is also along the lines of > what was done on #963489; I will attach the patch as soon as I get a bug > number to include in the changelog. Here it is. Thanks, -- Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible https://sergiodj.net/ diff -Nru dgit-9.11/debian/changelog dgit-9.12~/debian/changelog --- dgit-9.11/debian/changelog 2020-06-22 14:09:17.000000000 -0400 +++ dgit-9.12~/debian/changelog 2020-08-18 16:20:34.000000000 -0400 @@ -1,3 +1,11 @@ +dgit (9.12~) UNRELEASED; urgency=medium + + Bugfixes: + * dgit-mirror-ssh-wrap: Cope with yet another new rsync rune. + Closes:#968635. [Sergio Durigan Junior] + + -- + dgit (9.11) unstable; urgency=medium Bugfixes: diff -Nru dgit-9.11/infra/dgit-mirror-ssh-wrap dgit-9.12~/infra/dgit-mirror-ssh-wrap --- dgit-9.11/infra/dgit-mirror-ssh-wrap 2020-06-22 14:09:17.000000000 -0400 +++ dgit-9.12~/infra/dgit-mirror-ssh-wrap 2020-08-18 16:19:08.000000000 -0400 @@ -29,6 +29,8 @@ 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
signature.asc
Description: PGP signature