mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
* 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:
parent
49f9b96ad3
commit
ed088ba208
@ -59,6 +59,8 @@ releaseTools.makeSourceTarball {
|
||||
'';
|
||||
|
||||
distPhase = ''
|
||||
find . -name "\.svn" -exec rm -rvf {} \; -prune
|
||||
|
||||
ensureDir $out/tarballs
|
||||
mkdir ../$releaseName
|
||||
cp -prd . ../$releaseName
|
||||
|
Loading…
Reference in New Issue
Block a user