forked from mirrors/nixpkgs
make sure fetchhg always produces same output for same revision
svn path=/nixpkgs/trunk/; revision=30970
This commit is contained in:
parent
121a926167
commit
1ef78f94eb
|
@ -5,5 +5,6 @@ header "getting $url${tag:+ ($tag)} into $out"
|
|||
hg clone ${tag:+-r "$tag"} "$url" "$out"
|
||||
|
||||
rm -rf "$out/.hg"
|
||||
rm -f "$out/.hg_archival.txt"
|
||||
|
||||
stopNest
|
||||
|
|
Loading…
Reference in a new issue