summary refs log tree commit diff
path: root/maintainers/scripts/eval-release.nix
Commit message (Collapse)AuthorAge
* Fix references to pkgs/libEelco Dolstra2013-10-10
|
* Make eval-release.nix less pickyEelco Dolstra2013-10-06
| | | | | | | It now only checks that each derivation's drvPath attribute evaluates. Previously it checked everything (via toXML) but that causes derivations with dubious passthru attribute to fail (see commit 70fee5da112b8a0093d59ac16cdead4d0a72f357).
* Fix commentEelco Dolstra2013-03-26
|
* eval-release.nix: Handle the new job structureEelco Dolstra2013-03-26
| | | | | | | Now that we don't need to pass "system" arguments anymore, this thing is *almost* obsolete. (Except for the need to handle assertion failures, you could just do "nix-instantiate --eval-only ..." on release.nix.)
* eval-release.nix: Handle exceptions properlyEelco Dolstra2013-01-14
|
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\ | | | | | | | | | | Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| * test-eval-release: handle ENV{VERBOSE}.Yury G. Kudryashov2012-01-24
| | | | | | | | | | | | See test-eval-release.sh for details. svn path=/nixpkgs/trunk/; revision=31824
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-14
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31567
| * * eval-release.nix: force nix-instantiate to include nested attributeEelco Dolstra2012-01-12
| | | | | | | | | | | | sets. svn path=/nixpkgs/trunk/; revision=31500
* | * Backport the GCC xlibs dependency fix.Eelco Dolstra2011-10-27
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30061
* * strictAttrs: return the original attribute set.Eelco Dolstra2010-08-19
| | | | svn path=/nixpkgs/trunk/; revision=23252
* * Fix eval-release.nix by testing whether all attributes of aEelco Dolstra2010-08-19
| | | | | | | | | | derivation evaluate inside the tryEval. This catches cases such as aufs2-util, which fails due to an assertion in its dependency aufs2. * Explicitly blacklist "xbursttools" because it gives some evaluation error in cross-OpenSSL. No idea why, probably due to some pass-through attribute. svn path=/nixpkgs/trunk/; revision=23247
* * Make copy-tarballs.sh work on release.nix.Eelco Dolstra2010-02-05
svn path=/nixpkgs/trunk/; revision=19834