summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/make-tarball.nix
AgeCommit message (Collapse)Author
2019-08-28treewide: remove redundant recvolth
2019-07-11make-tarball / lib-tests: reduce duplicationFrederik Rietdijk
The misc.nix and systems.nix tests were invoked at three different places. Let's not that.
2018-09-03tarball job: more --show-traceVladimír Čunát
Without that I couldn't well do the grandparent commit.
2018-07-04pkgs/top-level/release.nix: Don't require Darwin to be supportedEelco Dolstra
2017-12-07make-tarball.nix: Fix <nixpkgs> checkEelco Dolstra
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).
2017-10-11nixpkgs: expose .git-revision in the nixexprs like NixOSGraham Christensen
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.
2017-05-17lib: Consolidate tests into one meta jobJohn Ericson
2016-12-15make-tarball.nix: Fix running as rootEelco Dolstra
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
2016-11-30make-tarball.nix: Don't check broken packagesEelco Dolstra
They're broken after all. In particular, this prevents us from evaluating packages that are unsupported on a particular platform. Reverts a147ddc42ce96608aa424f7b8b8784bd938958c7. Fixes #20817.
2016-11-30Remove fetchMD5warnEelco Dolstra
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.
2016-10-12make-tarball.nix: filter out MD5 warnings in evaluation checkMichael Raskin
2016-08-01make tarball: refactor with fileContentsEric Sagnes
2016-07-19tarball: Only check nix files for nixpkgs referencesFranz Pletz
Fixes travis build failure.
2016-05-02tarball: No need to depend on nix development headersTuomas Tynkkynen
2016-03-13Replace references to all-packages.nix, by references to the top-level of ↵Nicolas B. Pierron
nixpkgs repository.
2016-01-19make-tarball.nix: Allow passing in a different NixEelco Dolstra
Used by the Nix tests (https://github.com/NixOS/nix/commit/9fff4925613d44ac12775ad8840709130b9498d1).
2015-12-16copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra
2015-12-02statsd: Don't use <nixpkgs>Eelco Dolstra
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.
2015-10-23Add stdenv bootstrap tools generation to release.nixEelco Dolstra
2015-10-10make-tarball.nix: Fail if nixpkgs doesn't evaluate without warningsTuomas Tynkkynen
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.
2015-08-05Nixpkgs channel: Remove channel-nameEelco Dolstra
This file no longer does anything.
2015-05-12viber: Mark as brokenEelco Dolstra
It doesn't evaluate due to Qt changes. Also improve checking in make-tarball.nix to catch this in the future.
2015-03-06Only test evaluation on supported platformsEelco Dolstra
2014-08-24Nixpkgs manual: Add a Nix expression to buildEelco Dolstra
2014-08-22Check whether Nixpkgs evaluates with NIXPKGS_ALLOW_BROKEN=1Eelco Dolstra
2014-04-20Tarball: Check whether Nixpkgs evaluation doesn't depend on its pathEelco Dolstra
2014-04-20Remove obsolete lineEelco Dolstra
2014-02-19Fix updating of the tarball mirrorEelco Dolstra
2013-10-11Tarball: Match the NixOS versionEelco Dolstra
2013-10-10Unify the Nixpkgs and NixOS version numbersEelco Dolstra
2013-10-06Drop --xml, it's no longer neededEelco Dolstra
2013-10-01tarball: Evaluate Nixpkgs on all supported platformsEelco Dolstra
So drop powerpc-linux and add x86_64-darwin and x86_64-freebsd.
2013-08-23tarball: add --show-trace on the remaining callsVladimír Čunát
This should help tracing some evaluation problems in future.
2013-03-26Add an "unstable" aggregate to replace the "unstable" viewEelco Dolstra
Views are obsolete, aggregates are the declarative replacement.
2013-01-30Nixpkgs channel: Use XZ compression for nixexprs.tarEelco Dolstra
2012-11-29Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra
2012-06-04* Include the Git shortrev in the version number.Eelco Dolstra
* Less verbose output in the tarball job. svn path=/nixpkgs/trunk/; revision=34335
2012-05-15* Fix building the tarball in a chroot.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=34110
2012-05-13* Work around some problems in tarball checks. Nix wants to open theEelco Dolstra
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
2012-04-14* Set the channel name to "nixpkgs".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=33784
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-08-19* Check eval-release.nix.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=23250
2010-05-18typoRob Vermaas
svn path=/nixpkgs/trunk/; revision=21827
2010-05-18fix check of tarballRob Vermaas
svn path=/nixpkgs/trunk/; revision=21826
2010-02-02* Get rid of the ".svn" directories that Hydra includes nowadays.Eelco Dolstra
They make the Nixpkgs tarball much larger and slower to unpack. svn path=/nixpkgs/trunk/; revision=19762
2010-01-29* Spam everybody with failures of the Nixpkgs tarball so thatEelco Dolstra
hopefully whoever broke it can fix it ;-) svn path=/nixpkgs/trunk/; revision=19731
2009-11-18* Use the stable Nix to test the Nixpkgs expressions, since we alwaysEelco Dolstra
want to be compatible with the last stable Nix release. svn path=/nixpkgs/trunk/; revision=18411
2009-10-13* Use --meta --xml to check whether the meta attributes all evaluateEelco Dolstra
correctly. svn path=/nixpkgs/trunk/; revision=17771
2009-08-26svn path=/nixpkgs/trunk/; revision=16869Eelco Dolstra
2009-07-10* Build a PDF of the manual.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=16316