summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
Commit message (Collapse)AuthorAge
...
* release.nix: tiny improvements on top of #18059Domen Kožar2016-08-28
|
* release.nix: Remove lots of explicit package jobsTuomas Tynkkynen2016-08-28
| | | | | These are all obsolete since for a long time, the meta.platforms fields have been used to automatically create the Hydra jobs.
* xfce: build all componentsDomen Kožar2016-08-28
|
* release.nix: drop xorg whitelist to fix #11996Domen Kožar2016-08-28
|
* Add nix-repl as release blockerDomen Kožar2016-08-05
| | | | This would have blocked the channel in recent curl bump.
* Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson2016-06-22
|
* top-level/release.nix: remove obsolete grsec jobsJoachim Fasting2016-06-14
|
* try using nox from nixpkgs (#15857)Domen Kožar2016-05-31
| | | | | | * try using nox from nixpkgs * release.nix: block on nox since otherwise travis-ci will fail hard
* top-level/release.nix: remove xf86videomodesettingJoachim Fasting2016-05-23
| | | | See c7d92f948558c7cc0620071915c8b99a41b2689c
* build python35Packages.{blaze, pandas, scikitlearn} on HydraFrederik Rietdijk2016-05-19
| | | | as these take a long time to build.
* Add scikitlearn to binary cache.Rob Vermaas2016-05-11
| | | | (cherry picked from commit 2c5ad36cff2db4a2cfb66bede7f3f9a00dba5708)
* Adding pythonPackags.pandas to binary cache. Python packages areRob Vermaas2016-05-10
| | | | | | | | not part of nixpkgs/nixos jobsets in 16.03+ since ccd1029f58. Until it gets added again, adding some python packages that take really long to build. (cherry picked from commit 713c24056397fef46717d2f0eae1940f348941e6)
* grsecurity: drop support for 4.4 kernelsJoachim Fasting2016-05-04
| | | | | | | | | | | | | | | | | | | | | | | | From now on, only the testing branch of grsecurity will be supported. Additionally, use only patches from upstream. It's impossible to provide meaningful support for grsecurity stable. First, because building and testing \(m \times n \times z) [1], packages is infeasible. Second, because stable patches are only available from upstream for-pay, making us reliant on third-parties for patches. In addition to creating yet more work for the maintainers, using stable patches provided by a third-party goes against the wishes of upstream. nixpkgs provides the tools necessary to build grsecurity kernels for any version the user chooses, however, provided they pay for, or otherwise acquire, the patch themselves. Eventually, we'll want to remove the now obsolete top-level attributes, but leave them in for now to smoothe migration (they have been removed from top-level/release.nix, though, because it makes no sense to have them there). [1]: where \(m\) is the number of grsecurity flavors, \(n\) is the number of kernel versions, and z is the size of the `linuxPackages` set
* qt4: add a toplevel entry for the version skype usesobadz2016-04-28
| | | | | | Otherwise, it won't get built by hydra abbradar: use `self` as needed for overrides.
* Remove cruftEelco Dolstra2016-04-26
|
* ncat: Remove old package, available in nmapFranz Pletz2016-03-30
|
* qt4-clang: fix fallout from f9b5ed66d10Vladimír Čunát2016-03-28
| | | | | There's still the question of Hydra binaries etc. but this should at least fix evaluation and running problems.
* skype: use clang-built qt4 to fix segfaultNikolay Amiantov2016-03-27
|
* Merge remote-tracking branch 'origin/staging'Domen Kožar2016-03-27
|\
| * gcc: Remove 4.3 and 4.4Eelco Dolstra2016-03-02
| | | | | | | | | | GCC 4.3 was used by only one package ("self"), which I've marked as broken.
* | Add metrics job to unstable aggregateEelco Dolstra2016-03-24
| |
* | Keep track of Nixpkgs/NixOS evaluation statisticsEelco Dolstra2016-03-24
| |
* | Replace references to all-packages.nix, by references to the top-level of ↵Nicolas B. Pierron2016-03-13
|/ | | | nixpkgs repository.
* Reduce the size of the Nixpkgs/NixOS jobsetsEelco Dolstra2016-02-10
| | | | | | | | | | | | | | This cuts nixpkgs:trunk from 78K to 31K jobs by disabling builds of {node,go,python,emacs,coq,r,ocaml,perl}Packages. Thus these are now only built if they are dependencies of top-level packages (such as end-user applications). I left haskellPackages because they take typically longer to build than the others (which are mostly interpreted languages), so disabling them would be more painful to users. This is a temporary measure until we have a binary cache based Hydra running on faster hardware, necessitated by the fact that evaluations now regularly time out after 6 hours.
* vorbis-tools: rename from old-style vorbisToolsTobias Geerinckx-Rice2016-01-26
|
* release.nix: remove troubling glib-tested, add pythonDomen Kožar2016-01-21
|
* Fix evaluation of "unstable" jobEelco Dolstra2016-01-15
| | | | | | Commit 19f6edbfb805822a533a696cb1f23f55ece30931 made "unstable" depend on some Darwin jobs, but these didn't exist because of the "= linux" overrides in release.nix.
* build emacs24PackagesNg on HydraThomas Tuegel2016-01-13
| | | | | This is required now because we do not recurseIntoAttrs for emacsPackagesNg. This has the side-effect of removing duplicate jobs.
* top-level/release.nix: make Darwin builds do moreDan Peebles2016-01-06
|
* release.nix: fixup evaluation after darwin changesVladimír Čunát2016-01-05
| | | | | /cc @copumpkin. I can't really test this, but it should unbreak Hydra evaluation at least.
* release: remove reference to castle_combatVladimír Čunát2015-12-17
| | | | The game itself was removed in 66f663e19.
* copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra2015-12-16
|
* Migrate manpages -> man-pages (upstream project name)Tobias Geerinckx-Rice2015-12-06
|
* release.nix: remove reference to pthreadmanpagesPascal Wittmann2015-12-04
| | | Commit 9aa1cb6c59f7afc93d72037ab4477d5c259a3ff8 broke the nixpkgs.tarball job on hydra (see https://hydra.nixos.org/build/28466812). The commit removes the last reference to pthreadmanpages.
* pkgs/top-level/release.nix: enable building the R package setPeter Simons2015-11-24
| | | | | | | | | | The R people don't bother providing stable URLs for their package releases. Released versions are edited or flat-out disappear at will, which causes us a bit of trouble, like in [1]. Hopefully, enabling R builds on Hydra will mitigate those problems by caching the release tarballs. [1] https://github.com/NixOS/nixpkgs/issues/11230
* Add stdenv bootstrap tools generation to release.nixEelco Dolstra2015-10-23
|
* Remove all references to haskell-ng and haskellngPackages from Nixpkgs.Peter Simons2015-09-15
|
* Add "haskellPackages" binaries to the unstable channel.Peter Simons2015-05-29
|
* pkgs/top-level/release.nix: haskell-ng --> haskellPeter Simons2015-05-04
|
* unstable job: glib-tested seems ready (succeeding often)Vladimír Čunát2015-04-29
| | | | This reverts commit a35d4a9d4e2d4435e53fdfd1698f2118828c773f.
* release: fix eval by lib.tests -> lib-testsVladimír Čunát2015-04-29
| | | | | See discussion on commit https://github.com/NixOS/nixpkgs/commit/de0f122b016c88#commitcomment-10937080
* pinentry: fix build /cc wkenningtonDomen Kožar2015-03-26
|
* Set some meta.platformsEelco Dolstra2015-03-20
| | | | Also fix meta.platform -> meta.platforms in a few places.
* release-lib: SimplifyEelco Dolstra2015-03-20
|
* pam_login: RemoveEelco Dolstra2015-03-20
| | | | We haven't used/updated this package in years.
* pam_console: RemoveEelco Dolstra2015-03-20
| | | | This package is no longer used in NixOS.
* Re-enable Darwin buildsEelco Dolstra2015-02-25
|
* Issue #6161 - Register lib tests as release blockers.Nicolas B. Pierron2015-02-09
|
* pkgs/top-level/release.nix: build all versions of GHC on their supported ↵Peter Simons2015-01-16
| | | | platforms
* Build stdenv on DarwinEelco Dolstra2015-01-06
|