summary refs log tree commit diff
path: root/pkgs/build-support/release/nix-build.nix
Commit message (Expand)AuthorAge
* releaseTools: fix nixBuild functionSander van der Burg2021-03-29
* treewide: stdenv.lib -> libPavol Rusnak2021-01-24
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
* clang-analyzer: align attrname with pkgnameBjørn Forsman2015-02-20
* nixBuild: Respect the preHook/postHook of the callerEelco Dolstra2014-11-06
* findTarball: Handle pipefailEelco Dolstra2014-11-05
* releaseTools: add {clang,coverity}Analysis toolsAustin Seipp2014-05-02
* Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra2014-03-03
* Fix nixBuildEelco Dolstra2014-02-06
* Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra2014-02-05
* pkgs/build-support/release/nix-build.nix: unconfuse syntax highlightingPeter Simons2013-04-18
* build-support/release: Simplify meta.descriptionEelco Dolstra2013-03-01
* releaseTools.nixBuild: Put hydra-build-products in each outputEelco Dolstra2013-02-18
* releaseTools.nixBuild: Support builds with multiple outputsEelco Dolstra2013-02-13
* Factor out repeated scriptlets from build-support/release/*.nix.Petr Rockai2012-07-23
* * When doing coverage builds, set useTempPrefix (in case we're doingEelco Dolstra2012-03-19
* * For "nix-build --run-env" it's desirable that $stdenv/setup (and byEelco Dolstra2012-03-19
* * Support setting postPhases.Eelco Dolstra2012-03-19
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-01
|\
| * nix-build: Honor user-provided `failureHook'.Ludovic Courtès2012-02-28
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/
* nix-build.nix: also recognize xz tarballsRob Vermaas2011-10-11
* nix-build.nix/source-tarball.nix: remove -v flag when copying build directory...Rob Vermaas2011-01-05
* nixBuild: add failurehook that saves build dir when succeedOnFailure = true a...Rob Vermaas2010-12-22
* nixBuild: Add `buildOutOfSourceTree' option.Ludovic Courtès2010-09-10
* releaseTools.coverageAnalysis: Add `lcovExtraTraceFiles' parameter.Ludovic Courtès2010-05-12
* obviously just c/p'ing without testing should result in taking away commit ri...Rob Vermaas2010-01-04
* * nix-build.nix: omit phases and define postPhases, suggested by eelcoRob Vermaas2010-01-04
* * removed wrong order of phases from nixbuild, for now make check after inst...Rob Vermaas2010-01-04
* revert change from ludo rev. 18634. for now this order is needed for the stra...Rob Vermaas2009-11-26
* releaseTools.nixBuild: Perform `checkPhase' before `installPhase'.Ludovic Courtès2009-11-25
* * Use --coverage, which is identical to -fprofile-arcs -ftest-coverage.Eelco Dolstra2009-08-31
* moved finalPhase so it is possible to override through argsRob Vermaas2009-06-17
* * makeSourceTarball -> sourceTarball.Eelco Dolstra2009-03-26
* * We don't need all that src.outPath / src.path hackery anymore.Eelco Dolstra2009-03-06
* * Use the version attribute if available.Eelco Dolstra2009-03-02
* * Append the version to the "name" attribute to make the store pathsEelco Dolstra2009-03-02
* * Always include "/nix/store/*" in lcovFilter.Eelco Dolstra2008-12-04
* * Preserve meta attributes from the caller.Eelco Dolstra2008-11-26
* svn path=/nixpkgs/trunk/; revision=13414Eelco Dolstra2008-11-25
* * Start moving the Nix expressions that support the build farmEelco Dolstra2008-11-24