summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* make-tarball / lib-tests: reduce duplicationFrederik Rietdijk2019-07-11
| | | | | The misc.nix and systems.nix tests were invoked at three different places. Let's not that.
* tarball job: more --show-traceVladimír Čunát2018-09-03
| | | | Without that I couldn't well do the grandparent commit.
* pkgs/top-level/release.nix: Don't require Darwin to be supportedEelco Dolstra2018-07-04
|
* make-tarball.nix: Fix <nixpkgs> checkEelco Dolstra2017-12-07
| | | | | | This was broken by 6bcf1944494973029071411bb378d4262ce2a678, which caused the result of the check to be ignored (since xargs will return a non-zero exit status if *any* grep doesn't find a match).
* nixpkgs: expose .git-revision in the nixexprs like NixOSGraham Christensen2017-10-11
| | | | | | | | | | nixos/lib/make-channel.nix:16: echo -n ${nixpkgs.rev or nixpkgs.shortRev} > .git-revision This means the .git-revision exists in nixos channels, but not Nixpkgs channels. Adding it to the nixpkgs channel makes it a common API for any Nixpkgs use cases.
* lib: Consolidate tests into one meta jobJohn Ericson2017-05-17
|
* make-tarball.nix: Fix running as rootEelco Dolstra2016-12-15
| | | | | | | | | | | | Since Nix now runs builds in a user namespace with uid == 0, this triggered the message warning: the group ‘nixbld’ specified in ‘build-users-group’ does not exist which make-tarball.nix turns into a fatal error. So clear build-users-group. http://hydra.nixos.org/build/44817408
* make-tarball.nix: Don't check broken packagesEelco Dolstra2016-11-30
| | | | | | | | | They're broken after all. In particular, this prevents us from evaluating packages that are unsupported on a particular platform. Reverts a147ddc42ce96608aa424f7b8b8784bd938958c7. Fixes #20817.
* Remove fetchMD5warnEelco Dolstra2016-11-30
| | | | | | | | Deprecation warnings should not be used in Nixpkgs because they spam innocent "nix-env -qa" users with (in this case) dozens of messages that they can't do anything about. This also reverts commit 2ca883338389b7ab995924a0cab0211993bdf1da.
* make-tarball.nix: filter out MD5 warnings in evaluation checkMichael Raskin2016-10-12
|
* make tarball: refactor with fileContentsEric Sagnes2016-08-01
|
* tarball: Only check nix files for nixpkgs referencesFranz Pletz2016-07-19
| | | | Fixes travis build failure.
* tarball: No need to depend on nix development headersTuomas Tynkkynen2016-05-02
|
* Replace references to all-packages.nix, by references to the top-level of ↵Nicolas B. Pierron2016-03-13
| | | | nixpkgs repository.
* make-tarball.nix: Allow passing in a different NixEelco Dolstra2016-01-19
| | | | Used by the Nix tests (https://github.com/NixOS/nix/commit/9fff4925613d44ac12775ad8840709130b9498d1).
* copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra2015-12-16
|
* statsd: Don't use <nixpkgs>Eelco Dolstra2015-12-02
| | | | | | | | | | | This was preventing the Nixpkgs channel from updating, since the program indexer barfed on: error: anonymous function at /nix/store/wdnwbh3kmf68nhqqp0khcyxbdbp43vg5-nixos-14.12.626.b0d594c/nixos/nixpkgs/pkgs/top-level/node-packages.nix:1:1 called without required argument ‘neededNatives’, at /data/releases/nixos/unstable-small/.tmp-nixos-16.03pre72946.c50d013-787/unpack/nixos-16.03pre72946.c50d013/lib/customisation.nix:56:12 because Nixpkgs 16.03 was importing files from Nixpkgs 14.12. Also added some half-assed checks to detect this issue in the future.
* Add stdenv bootstrap tools generation to release.nixEelco Dolstra2015-10-23
|
* make-tarball.nix: Fail if nixpkgs doesn't evaluate without warningsTuomas Tynkkynen2015-10-10
| | | | | | | Commit 3d6110d2217f40225debc2f1902b0f22142e6f66 added a well-meaning warning message, which unfortunately would also show up each time `nix-env -qa` was run. It has been since fixed, but let's add a check to prevent such errors from reaching the nixpkgs channel in the future.
* Nixpkgs channel: Remove channel-nameEelco Dolstra2015-08-05
| | | | This file no longer does anything.
* viber: Mark as brokenEelco Dolstra2015-05-12
| | | | | It doesn't evaluate due to Qt changes. Also improve checking in make-tarball.nix to catch this in the future.
* Only test evaluation on supported platformsEelco Dolstra2015-03-06
|
* Nixpkgs manual: Add a Nix expression to buildEelco Dolstra2014-08-24
|
* Check whether Nixpkgs evaluates with NIXPKGS_ALLOW_BROKEN=1Eelco Dolstra2014-08-22
|
* Tarball: Check whether Nixpkgs evaluation doesn't depend on its pathEelco Dolstra2014-04-20
|
* Remove obsolete lineEelco Dolstra2014-04-20
|
* Fix updating of the tarball mirrorEelco Dolstra2014-02-19
|
* Tarball: Match the NixOS versionEelco Dolstra2013-10-11
|
* Unify the Nixpkgs and NixOS version numbersEelco Dolstra2013-10-10
|
* Drop --xml, it's no longer neededEelco Dolstra2013-10-06
|
* tarball: Evaluate Nixpkgs on all supported platformsEelco Dolstra2013-10-01
| | | | So drop powerpc-linux and add x86_64-darwin and x86_64-freebsd.
* tarball: add --show-trace on the remaining callsVladimír Čunát2013-08-23
| | | | This should help tracing some evaluation problems in future.
* Add an "unstable" aggregate to replace the "unstable" viewEelco Dolstra2013-03-26
| | | | Views are obsolete, aggregates are the declarative replacement.
* Nixpkgs channel: Use XZ compression for nixexprs.tarEelco Dolstra2013-01-30
|
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
|
* * Include the Git shortrev in the version number.Eelco Dolstra2012-06-04
| | | | | | * Less verbose output in the tarball job. svn path=/nixpkgs/trunk/; revision=34335
* * Fix building the tarball in a chroot.Eelco Dolstra2012-05-15
| | | | svn path=/nixpkgs/trunk/; revision=34110
* * Work around some problems in tarball checks. Nix wants to open theEelco Dolstra2012-05-13
| | | | | | | DB even in read-only mode. Should probably fix that. Also, "or" no longer works like this because it's a keyword now. svn path=/nixpkgs/trunk/; revision=34079
* * Set the channel name to "nixpkgs".Eelco Dolstra2012-04-14
| | | | svn path=/nixpkgs/trunk/; revision=33784
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Check eval-release.nix.Eelco Dolstra2010-08-19
| | | | svn path=/nixpkgs/trunk/; revision=23250
* typoRob Vermaas2010-05-18
| | | | svn path=/nixpkgs/trunk/; revision=21827
* fix check of tarballRob Vermaas2010-05-18
| | | | svn path=/nixpkgs/trunk/; revision=21826
* * Get rid of the ".svn" directories that Hydra includes nowadays.Eelco Dolstra2010-02-02
| | | | | | They make the Nixpkgs tarball much larger and slower to unpack. svn path=/nixpkgs/trunk/; revision=19762
* * Spam everybody with failures of the Nixpkgs tarball so thatEelco Dolstra2010-01-29
| | | | | | hopefully whoever broke it can fix it ;-) svn path=/nixpkgs/trunk/; revision=19731
* * Use the stable Nix to test the Nixpkgs expressions, since we alwaysEelco Dolstra2009-11-18
| | | | | | want to be compatible with the last stable Nix release. svn path=/nixpkgs/trunk/; revision=18411
* * Use --meta --xml to check whether the meta attributes all evaluateEelco Dolstra2009-10-13
| | | | | | correctly. svn path=/nixpkgs/trunk/; revision=17771
* svn path=/nixpkgs/trunk/; revision=16869Eelco Dolstra2009-08-26
|
* * Build a PDF of the manual.Eelco Dolstra2009-07-10
| | | | svn path=/nixpkgs/trunk/; revision=16316