summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@debian.org>2020-08-19 16:46:16 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2020-08-19 17:25:19 +0100
commitd338da6ea79f0115a9617230c7526c9ea217d745 (patch)
tree5b072ab41cfbab02bdf6f40d56030e99ffe516ae
parent03f224b7dd9343ef6d595739be815f2f2aa65048 (diff)
dgit-mirror-ssh-wrap: Cope with yet another new rsync rune.
Closes:#968635. Signed-off-by: Sergio Durigan Junior <sergiodj@debian.org>
-rw-r--r--debian/changelog4
-rwxr-xr-xinfra/dgit-mirror-ssh-wrap2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b2d064..2d537c1 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 7f55fea..afbbbbf 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