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