summaryrefslogtreecommitdiff
path: root/infra
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 /infra
parent03f224b7dd9343ef6d595739be815f2f2aa65048 (diff)
dgit-mirror-ssh-wrap: Cope with yet another new rsync rune.
Closes:#968635. Signed-off-by: Sergio Durigan Junior <sergiodj@debian.org>
Diffstat (limited to 'infra')
-rwxr-xr-xinfra/dgit-mirror-ssh-wrap2
1 files changed, 2 insertions, 0 deletions
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