* Get rid of the ".svn" directories that Hydra includes nowadays.

They make the Nixpkgs tarball much larger and slower to unpack.

svn path=/nixpkgs/trunk/; revision=19762
This commit is contained in:
Eelco Dolstra 2010-02-02 15:02:29 +00:00
parent 49f9b96ad3
commit ed088ba208

View File

@ -59,6 +59,8 @@ releaseTools.makeSourceTarball {
'';
distPhase = ''
find . -name "\.svn" -exec rm -rvf {} \; -prune
ensureDir $out/tarballs
mkdir ../$releaseName
cp -prd . ../$releaseName