summary refs log tree commit diff
path: root/pkgs/build-support/release
Commit message (Collapse)AuthorAge
...
* Factor out repeated scriptlets from build-support/release/*.nix.Petr Rockai2012-07-23
|
* Add --nodeps to rpm when test-uninstalling after a rpmBuild.Petr Rockai2012-07-23
|
* Call rpm -U instead of rpm -i to test package installation.Petr Rockai2012-07-23
|
* * Install/uninstall all RPMs in one operation. This is necessary ifEelco Dolstra2012-05-31
| | | | | | the RPMs have dependencies between each other. svn path=/nixpkgs/trunk/; revision=34303
* * Set the version number of generated Debian packages. Note that dpkgEelco Dolstra2012-05-24
| | | | | | | | apparently doesn't allows underscores in version strings, so we replace them by dashes. This is the exact opposite of RPM, which doesn't allow dashes. svn path=/nixpkgs/trunk/; revision=34220
* * Add a hook for running a test after the RPMs have been installed.Eelco Dolstra2012-05-01
| | | | svn path=/nixpkgs/trunk/; revision=33966
* * Don't do a mkdir in the postHook.Eelco Dolstra2012-04-04
| | | | svn path=/nixpkgs/trunk/; revision=33569
* * When doing coverage builds, set useTempPrefix (in case we're doingEelco Dolstra2012-03-19
| | | | | | an "installcheck"). svn path=/nixpkgs/trunk/; revision=33261
* * After building an RPM, install and uninstall it.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33257
* * For "nix-build --run-env" it's desirable that $stdenv/setup (and byEelco Dolstra2012-03-19
| | | | | | | | extension postHook) does nothing else than set up the environment. It shouldn't touch $out because there may not be a $out. So move the "imperative" bits of postHook into a separate phase. svn path=/nixpkgs/trunk/; revision=33249
* * Support setting postPhases.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33247
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-01
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
| * nix-build: Honor user-provided `failureHook'.Ludovic Courtès2012-02-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32680
* | svn merge ^/nixpkgs/trunkShea Levy2012-02-25
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
| * Fixed autoconfPhase so that it additionally tests if ./bootstrap is a file ↵Arie Middelkoop2012-02-23
| | | | | | | | | | | | (and not a directory with executable permission) before executing it. svn path=/nixpkgs/trunk/; revision=32530
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Debian requires/provides should be comma-separated.Eelco Dolstra2012-01-03
| | | | svn path=/nixpkgs/trunk/; revision=31259
* * Check whether any packages were generated. Apparently checkinstallEelco Dolstra2012-01-03
| | | | | | doesn't return a non-zero exit code if something goes wrong. svn path=/nixpkgs/trunk/; revision=31258
* * Allow versionSuffix to be overriden.Eelco Dolstra2011-12-05
| | | | svn path=/nixpkgs/trunk/; revision=30742
* nix-build.nix: also recognize xz tarballsRob Vermaas2011-10-11
| | | | svn path=/nixpkgs/trunk/; revision=29760
* * Enable "make check" for checkinstall-based Debian builds. I alwaysEelco Dolstra2011-10-11
| | | | | | assumed this was enabled... svn path=/nixpkgs/trunk/; revision=29750
* * Added Debian 6.0 and Ubuntu 10.10.Eelco Dolstra2011-02-14
| | | | svn path=/nixpkgs/trunk/; revision=25968
* nix-build.nix/source-tarball.nix: remove -v flag when copying build ↵Rob Vermaas2011-01-05
| | | | | | directory, to avoid polluting the log svn path=/nixpkgs/trunk/; revision=25404
* also add succeedOnFailure/keepBuildDirectory behaviour to source-tarball.nixRob Vermaas2011-01-05
| | | | svn path=/nixpkgs/trunk/; revision=25400
* nixBuild: add failurehook that saves build dir when succeedOnFailure = true ↵Rob Vermaas2010-12-22
| | | | | | and keepBuildDirectory = true svn path=/nixpkgs/trunk/; revision=25243
* fixing wrappers in ant-buildRob Vermaas2010-11-10
| | | | svn path=/nixpkgs/trunk/; revision=24637
* fixes to ant-buildRob Vermaas2010-10-20
| | | | svn path=/nixpkgs/trunk/; revision=24383
* antBuild: minor changesRob Vermaas2010-10-20
| | | | svn path=/nixpkgs/trunk/; revision=24376
* svn path=/nixpkgs/trunk/; revision=24366Rob Vermaas2010-10-19
|
* nixBuild: Add `buildOutOfSourceTree' option.Ludovic Courtès2010-09-10
| | | | svn path=/nixpkgs/trunk/; revision=23717
* maven-build: do full assembly without tests, add site to build productsRob Vermaas2010-09-09
| | | | svn path=/nixpkgs/trunk/; revision=23694
* maven-build: only copy site dir if it existsRob Vermaas2010-09-09
| | | | svn path=/nixpkgs/trunk/; revision=23692
* maven-build: copy whole site dir and adapted hydra-build-productsRob Vermaas2010-09-09
| | | | svn path=/nixpkgs/trunk/; revision=23691
* maven-build: use single target in stead of assembly to prevent test from ↵Rob Vermaas2010-08-19
| | | | | | being run twice svn path=/nixpkgs/trunk/; revision=23249
* maven-build: if surefire was run, generate html and add to resultRob Vermaas2010-08-19
| | | | svn path=/nixpkgs/trunk/; revision=23246
* wrong location for surefire reportsRob Vermaas2010-08-18
| | | | svn path=/nixpkgs/trunk/; revision=23224
* remove mvncobertura phaseRob Vermaas2010-08-18
| | | | svn path=/nixpkgs/trunk/; revision=23219
* typoRob Vermaas2010-06-07
| | | | svn path=/nixpkgs/trunk/; revision=22170
* antbuild: added 2 arguments, antbuildinputs (all jars are added to ↵Rob Vermaas2010-06-07
| | | | | | classpath) and buildfile (for different location of build.xml) svn path=/nixpkgs/trunk/; revision=22169
* Revert "releaseTools.sourceTarball: Make the bootstrap build inputs native."Ludovic Courtès2010-05-25
| | | | | | | | This reverts commit 84b521c23b57108fc63731de7723885d68a92b08. Reverting "releaseTools.sourceTarball: Fix regression introduced in r21955." Reverting "releaseTools.sourceTarball: Make the bootstrap build inputs native." svn path=/nixpkgs/trunk/; revision=21962
* releaseTools.sourceTarball: Fix regression introduced in r21955.Ludovic Courtès2010-05-24
| | | | svn path=/nixpkgs/trunk/; revision=21959
* releaseTools.sourceTarball: Make the bootstrap build inputs native.Ludovic Courtès2010-05-24
| | | | svn path=/nixpkgs/trunk/; revision=21955
* releaseTools.coverageAnalysis: Add `lcovExtraTraceFiles' parameter.Ludovic Courtès2010-05-12
| | | | svn path=/nixpkgs/trunk/; revision=21743
* maven-build.nix: added extraMvnFlags argurmentRob Vermaas2010-04-20
| | | | svn path=/nixpkgs/trunk/; revision=21181
* generatewrapper fixRob Vermaas2010-03-23
| | | | svn path=/nixpkgs/trunk/; revision=20796
* initial version for maven builderRob Vermaas2010-03-11
| | | | svn path=/nixpkgs/trunk/; revision=20558
* use hydrantlogger if in environmentRob Vermaas2010-03-05
| | | | svn path=/nixpkgs/trunk/; revision=20399
* ant builderRob Vermaas2010-03-05
| | | | svn path=/nixpkgs/trunk/; revision=20395
* obviously just c/p'ing without testing should result in taking away commit ↵Rob Vermaas2010-01-04
| | | | | | rights... svn path=/nixpkgs/trunk/; revision=19208
* * nix-build.nix: omit phases and define postPhases, suggested by eelcoRob Vermaas2010-01-04
| | | | svn path=/nixpkgs/trunk/; revision=19203