* We no longer need the prefetch stuff.
svn path=/nixpkgs/trunk/; revision=5340
This commit is contained in:
parent
c4c224e368
commit
046aeb12b0
@ -2,17 +2,11 @@ source $stdenv/setup
|
|||||||
|
|
||||||
header "exporting $url (r$rev) into $out"
|
header "exporting $url (r$rev) into $out"
|
||||||
|
|
||||||
prefetch=$(dirname $out)/svn-checkout-tmp-$outputHash
|
# Pipe the "p" character into Subversion to force it to accept the
|
||||||
echo $prefetch
|
# server's certificate. This is perfectly safe: we don't care
|
||||||
if test -e "$prefetch"; then
|
# whether the server is being spoofed --- only the cryptographic
|
||||||
mv $prefetch $out
|
# hash of the output matters.
|
||||||
else
|
echo 'p' | svn export -r "$rev" "$url" $out
|
||||||
# Pipe the "p" character into Subversion to force it to accept the
|
|
||||||
# server's certificate. This is perfectly safe: we don't care
|
|
||||||
# whether the server is being spoofed --- only the cryptographic
|
|
||||||
# hash of the output matters.
|
|
||||||
echo 'p' | svn export -r "$rev" "$url" $out
|
|
||||||
fi
|
|
||||||
|
|
||||||
actual=$(nix-hash $out)
|
actual=$(nix-hash $out)
|
||||||
if test "$actual" != "$outputHash"; then
|
if test "$actual" != "$outputHash"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user