summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
Commit message (Collapse)AuthorAge
...
* 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
|
* Remove scheduling prioritiesEelco Dolstra2015-01-06
| | | | This was only used for stdenv and is pretty obsolete now.
* html-tidy: align attrname with pkgnameBjørn Forsman2014-12-06
| | | | | htmlTidy => html-tidy. Keep copy of old attribute for backward compatibility.
* remove gcc33 from release expressionsAristid Breitkreuz2014-11-16
|
* Fix unstable job evaluationEelco Dolstra2014-11-05
|
* jfsrec: Remove derivationWilliam A. Kennington III2014-11-02
|
* Disable Darwin builds until we get the Darwin machine backEelco Dolstra2014-10-22
|
* Remove some obsolete platform override in release.nixLuca Bruno2014-09-10
|
* remove bittorrent package since it's obsoleteDomen Kožar2014-09-05
|
* Remove numerous failing kernel packages from HydraEelco Dolstra2014-08-30
| | | | http://hydra.nixos.org/eval/1149989?filter=linuxPackages
* remove icecat3Domen Kožar2014-08-25
|
* Make the manual release-criticalEelco Dolstra2014-08-24
|
* Nixpkgs manual: Add a Nix expression to buildEelco Dolstra2014-08-24
|