]> xenbits.xensource.com Git - people/royger/osstest.git/commit
cr-publish-flight-logs: Refactor rsync -e option construction
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 11 Jul 2018 11:07:47 +0000 (12:07 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 11 Jul 2018 14:55:15 +0000 (15:55 +0100)
commit61f4b933724b5b62bc3a1ec4dbc8fb9551a38655
tree0ed907bfa3db26c7d6063f3e8219b62cbc13150c
parent22de9b7b9f8613c4d6d3a5d66abcff81f4b0a9e4
cr-publish-flight-logs: Refactor rsync -e option construction

Previously this was hardcoded.  Now we make a variable @ssh, and use
rsync's quoting scheme to transform it into a value suitable for -e.

No overall functional change, although now the rsync command contains
additional quotes in the -e option.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
cr-publish-flight-logs