mirror of https://github.com/apache/maven.git
batch mode
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@404868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f930fac38a
commit
d39042df93
|
@ -80,7 +80,7 @@ sub syncSource()
|
|||
$repoDirectory = $sourceConfiguration->val( "host", "repoDirectory" );
|
||||
}
|
||||
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -T -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -o BatchMode -T -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
|
||||
runRsync( $cmd, $sourceConfiguration );
|
||||
|
||||
|
|
Loading…
Reference in New Issue