chiark / gitweb /
dgit-mirror-ssh-wrap: Cope with new rsync rune
[dgit.git] / infra / dgit-mirror-ssh-wrap
index 4ce4e24521494fe5d8b1511a3750cd2a8aadd285..7f55feadb0db2d735e2a7857bf6df0660ae65c80 100755 (executable)
@@ -27,6 +27,8 @@ my $command = $ENV{SSH_ORIGINAL_COMMAND}
 $_ = $command;
 
 m{^rsync --server -lHtre\.iLsfxC --timeout=\d+ --delete --safe-links \. $d$}
+||
+m{^rsync --server -lHtre\.iLsfxCIv --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