mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Show less garbage.
svn path=/nixpkgs/trunk/; revision=5761
This commit is contained in:
parent
703542fa4e
commit
f14988b362
|
@ -42,7 +42,8 @@ if test -z "$finalPath"; then
|
||||||
mkdir $tmpPath
|
mkdir $tmpPath
|
||||||
|
|
||||||
# Perform the checkout.
|
# Perform the checkout.
|
||||||
echo p | svn export -r "$rev" "$url" $tmpFile >&2
|
# !!! remove 2>/dev/null when we have fixed the certificate hackery.
|
||||||
|
echo p | svn export -r "$rev" "$url" $tmpFile 2>/dev/null >&2
|
||||||
|
|
||||||
# Compute the hash.
|
# Compute the hash.
|
||||||
hash=$(nix-hash --type $hashType $hashFormat $tmpFile)
|
hash=$(nix-hash --type $hashType $hashFormat $tmpFile)
|
||||||
|
|
Loading…
Reference in a new issue