chiark / gitweb /
dgit-mirror-ssh-wrap: Cope with yet another new rsync rune.
authorSergio Durigan Junior <sergiodj@debian.org>
Wed, 19 Aug 2020 15:46:16 +0000 (16:46 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 19 Aug 2020 16:25:19 +0000 (17:25 +0100)
Closes:#968635.
Signed-off-by: Sergio Durigan Junior <sergiodj@debian.org>
debian/changelog
infra/dgit-mirror-ssh-wrap

index 8b2d064a631c1b639e221c04587b803a115db8f1..2d537c17052a9df363aee7fadc75186d1b2e322a 100644 (file)
@@ -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]
 
  --
 
index 7f55feadb0db2d735e2a7857bf6df0660ae65c80..afbbbbfe40c5934444eca3d32ec68cb3e96385ed 100755 (executable)
@@ -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