summary refs log tree commit diff
path: root/pkgs/build-support/release/binary-tarball.nix
Commit message (Collapse)AuthorAge
* treewide: random cleanupsJan Malakhovski2018-08-10
|
* findTarball: Handle pipefailEelco Dolstra2014-11-05
| | | | | | | It was failing because the bash subshell died with SIGPIPE, which is no longer ignored. http://hydra.nixos.org/build/16766452
* binary-tarball.nix: Forgot to source functions.shShea Levy2012-08-09
|
* Factor out repeated scriptlets from build-support/release/*.nix.Petr Rockai2012-07-23
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * makeSourceTarball -> sourceTarball.Eelco Dolstra2009-03-26
* Added a function binaryTarball to do a DESTDIR build into /usr/local. Useful for making statically linked binaries. However, it may be better to do this in a VM (since if you do it in a Nix build environment, you can still end up with a lot of Nix dependencies in your binaries, even if you do static linking). svn path=/nixpkgs/trunk/; revision=14726