ansible-later: 2.0.22 -> 2.0.23
[NixPkgs.git] / pkgs / build-support / fetchsvnssh / builder.sh
blobd9c6dc7da31a609d9381985a316331af9a33d6f3
1 source $stdenv/setup
3 header "exporting $url (r$rev) into $out"
5 if test "$sshSupport"; then
6 export SVN_SSH="$openssh/bin/ssh"
7 fi
9 # Pipe the "p" character into Subversion to force it to accept the
10 # server's certificate. This is perfectly safe: we don't care
11 # whether the server is being spoofed --- only the cryptographic
12 # hash of the output matters.
13 expect -f $sshSubversion "$username" "$password" "$rev" "$url" $out
15 stopNest