summary refs log tree commit diff
path: root/pkgs/build-support/release
AgeCommit message (Expand)AuthorFilesLines
2012-04-04* Don't do a mkdir in the postHook.Eelco Dolstra1-1/+1
2012-03-19* When doing coverage builds, set useTempPrefix (in case we're doingEelco Dolstra1-1/+2
2012-03-19* After building an RPM, install and uninstall it.Eelco Dolstra1-0/+10
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-02-25svn merge ^/nixpkgs/trunkShea Levy1-1/+1
2012-02-23Fixed autoconfPhase so that it additionally tests if ./bootstrap is a file (a...Arie Middelkoop1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra7-14/+14
2012-01-03* Debian requires/provides should be comma-separated.Eelco Dolstra1-2/+4
2012-01-03* Check whether any packages were generated. Apparently checkinstallEelco Dolstra1-0/+2
2011-12-05* Allow versionSuffix to be overriden.Eelco Dolstra1-5/+4
2011-10-11nix-build.nix: also recognize xz tarballsRob Vermaas1-1/+1
2011-10-11* Enable "make check" for checkinstall-based Debian builds. I alwaysEelco Dolstra1-1/+1
2011-02-14* Added Debian 6.0 and Ubuntu 10.10.Eelco Dolstra1-0/+1
2011-01-05nix-build.nix/source-tarball.nix: remove -v flag when copying build directory...Rob Vermaas2-2/+2
2011-01-05also add succeedOnFailure/keepBuildDirectory behaviour to source-tarball.nixRob Vermaas1-0/+12
2010-12-22nixBuild: add failurehook that saves build dir when succeedOnFailure = true a...Rob Vermaas1-0/+12
2010-11-10fixing wrappers in ant-buildRob Vermaas1-1/+2
2010-10-20fixes to ant-buildRob Vermaas1-3/+9
2010-10-20antBuild: minor changesRob Vermaas2-3/+9
2010-10-19svn path=/nixpkgs/trunk/; revision=24366Rob Vermaas1-1/+1
2010-09-10nixBuild: Add `buildOutOfSourceTree' option.Ludovic Courtès1-1/+23
2010-09-09maven-build: do full assembly without tests, add site to build productsRob Vermaas1-1/+2
2010-09-09maven-build: only copy site dir if it existsRob Vermaas1-1/+3
2010-09-09maven-build: copy whole site dir and adapted hydra-build-productsRob Vermaas1-14/+6
2010-08-19maven-build: use single target in stead of assembly to prevent test from bein...Rob Vermaas1-1/+1
2010-08-19maven-build: if surefire was run, generate html and add to resultRob Vermaas1-3/+5
2010-08-18wrong location for surefire reportsRob Vermaas1-2/+2
2010-08-18remove mvncobertura phaseRob Vermaas1-7/+11
2010-06-07typoRob Vermaas1-2/+2
2010-06-07antbuild: added 2 arguments, antbuildinputs (all jars are added to classpath)...Rob Vermaas1-3/+10
2010-05-25Revert "releaseTools.sourceTarball: Make the bootstrap build inputs native."Ludovic Courtès1-3/+2
2010-05-24releaseTools.sourceTarball: Fix regression introduced in r21955.Ludovic Courtès1-1/+1
2010-05-24releaseTools.sourceTarball: Make the bootstrap build inputs native.Ludovic Courtès1-2/+3
2010-05-12releaseTools.coverageAnalysis: Add `lcovExtraTraceFiles' parameter.Ludovic Courtès1-1/+4
2010-04-20maven-build.nix: added extraMvnFlags argurmentRob Vermaas1-2/+2
2010-03-23generatewrapper fixRob Vermaas1-1/+1
2010-03-11initial version for maven builderRob Vermaas2-0/+101
2010-03-05use hydrantlogger if in environmentRob Vermaas1-0/+9
2010-03-05ant builderRob Vermaas2-0/+89
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-12-04releaseTools.sourceTarball: Allow overriding of the bootstrap build inputs.Ludovic Courtès1-1/+7
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-11-19move autoconfPhase so it can be overridenRob Vermaas1-26/+26
2009-11-18Slightly generalize `sourceTarball'.Ludovic Courtès1-9/+11