about summary refs log tree commit diff
path: root/pkgs/build-support/release
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-1/+1
2014-05-07USe maven.test.skip in stead of maven.test.skip.exec in mvn assembly, to prev...Rob Vermaas1-1/+1
2014-05-02releaseTools: add {clang,coverity}Analysis toolsAustin Seipp2-4/+69
2014-03-03Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra3-2/+55
2014-02-06debBuild: Allow setting a maintainer addressEelco Dolstra1-2/+4
2014-02-06Fix nixBuildEelco Dolstra1-1/+1
2014-02-05Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra2-27/+4
2014-01-24Do not assume a .rev attribute in available in src in maven-build.nixRob Vermaas1-1/+1
2014-01-09Replace lib/java -> share/javaEelco Dolstra1-6/+6
2014-01-06Fix some references to apacheAntOpenJDKEelco Dolstra1-1/+1
2013-08-21Build aggregates locallyEelco Dolstra1-0/+1
2013-08-21Aggregates should not have a build productEelco Dolstra1-0/+1
2013-08-15releaseTools.aggregate: Rename ‘members’ to ‘constituents’Eelco Dolstra1-4/+4
2013-08-15Propagate failure of aggregate membersEelco Dolstra1-1/+9
2013-04-18pkgs/build-support/release/nix-build.nix: unconfuse syntax highlightingPeter Simons1-2/+2
2013-03-26releaseTools: Add ‘aggregate’ functionEelco Dolstra1-0/+10
2013-03-06Remove some hackeryEelco Dolstra1-14/+6
2013-03-01build-support/release: Simplify meta.descriptionEelco Dolstra4-6/+6
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
2013-01-15source-tarball.nix: try src.revCount when src.rev is not available.Rob Vermaas1-1/+1
2012-08-25use openjdk as default for ant-build.nixRob Vermaas1-2/+2
2012-08-09binary-tarball.nix: Forgot to source functions.shShea Levy1-0/+1
2012-07-23Factor out repeated scriptlets from build-support/release/*.nix.Petr Rockai6-40/+27
2012-07-23Add --nodeps to rpm when test-uninstalling after a rpmBuild.Petr Rockai1-1/+1
2012-07-23Call rpm -U instead of rpm -i to test package installation.Petr Rockai1-1/+1
2012-05-31* Install/uninstall all RPMs in one operation. This is necessary ifEelco Dolstra1-10/+8
2012-05-24* Set the version number of generated Debian packages. Note that dpkgEelco Dolstra1-0/+1
2012-05-01* Add a hook for running a test after the RPMs have been installed.Eelco Dolstra1-2/+7
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