mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03: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 = ''
|
distPhase = ''
|
||||||
|
find . -name "\.svn" -exec rm -rvf {} \; -prune
|
||||||
|
|
||||||
ensureDir $out/tarballs
|
ensureDir $out/tarballs
|
||||||
mkdir ../$releaseName
|
mkdir ../$releaseName
|
||||||
cp -prd . ../$releaseName
|
cp -prd . ../$releaseName
|
||||||
|
Loading…
Reference in New Issue
Block a user