summary refs log tree commit diff
path: root/nixos/release.nix
Commit message (Collapse)AuthorAge
* Merge pull request #121834 from samueldr/feature/raspberrypi4-image-cleanupSamuel Dionne-Riel2021-05-10
|\ | | | | sd_image_raspberrypi4: Remove, as planned initially
| * sd_image_raspberrypi4: Remove, as planned initiallySamuel Dionne-Riel2021-05-05
| | | | | | | | | | | | | | The replacement is the generic AArch64 image. From there, you can customize an image that works better for your needs, if need be.
* | gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | | | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* | nixos/release: add amazonImageAutomaticSizeLuke Granger-Brown2021-05-01
| | | | | | | | | | | | This allows us to continue to have the automatically sized image attempt to build on Hydra, which should give us a good indication of when we've got this fixed.
* | nixos: use supportedSystems argument instead of hardcoded list for netbootMarkus S. Wamser2021-04-23
|/ | | | | The default value for the argument is identical to the hardcoded list, but using the argument allows to build other netboot images easily.
* installer: amend release with sd-card file moveDavid Arnold2021-02-19
|
* lib: Clean up how linux and gcc config is specifiedJohn Ericson2021-01-23
| | | | | | | Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that commit for details. This reverts commit 0bc275e63423456d6deb650e146120c39c1e0723.
* Revert "lib: Clean up how linux and gcc config is specified"Jonathan Ringer2021-01-22
| | | | | | | This is a stdenv-rebuild, and should not be merged into master This reverts commit 8929989614589ee3acd070a6409b2b9700c92d65.
* lib: Clean up how linux and gcc config is specifiedJohn Ericson2021-01-21
| | | | | | | | | | | | | | | | The `platform` field is pointless nesting: it's just stuff that happens to be defined together, and that should be an implementation detail. This instead makes `linux-kernel` and `gcc` top level fields in platform configs. They join `rustc` there [all are optional], which was put there and not in `platform` in anticipation of a change like this. `linux-kernel.arch` in particular also becomes `linuxArch`, to match the other `*Arch`es. The next step after is this to combine the *specific* machines from `lib.systems.platforms` with `lib.systems.examples`, keeping just the "multiplatform" ones for defaulting.
* nixos/release: add pantheon closureworldofpeace2020-07-26
|
* nixos/release.nix: closures.lapp: use enablePHP, fixes metrics job #86439Frederik Rietdijk2020-05-01
| | | | Still building but this should fix the metrics job.
* nixos/release: add GNOME ISOworldofpeace2020-04-21
|
* nixos/release.nix: Import './..' instead of nixpkgsEelco Dolstra2020-02-12
| | | | | 'nixpkgs' is a result of a call to cleanSource, which is very expensive and fails in --dry-run mode.
* nixos/release: rename iso_graphical to iso_plasma5worldofpeace2020-01-27
| | | | And all the other things and paths to match it
* Pass on nixos configuration to amazonImageChristian Höppner2020-01-23
|
* Merge pull request #68265 from tkerber/rpi4Samuel Dionne-Riel2019-09-27
|\ | | | | Various: Add support for raspberry pi 4.
| * Various: Add support for raspberry pi 4.Thomas Kerber2019-09-17
| |
* | nixos/release: add gnome3 closureworldofpeace2019-09-17
|/
* nixos/release.nix: add "amazonImage" for building Amazon EC2 ImagesAndrew Childs2019-09-05
|
* nixos/sd-image-aarch64-new-kernel: Added to releaseSamuel Dionne-Riel2018-12-26
| | | | | | This, paired with the previous commit, ensures the channel won't be held back from a kernel upgrade and a non-building sd image, while still having a new-kernel variant available.
* Merge pull request #52534 from samueldr/aarch64/supportedSamuel Dionne-Riel2018-12-20
|\ | | | | nixos/release-combined: adds aarch64-linux as supported
| * nixos/release: build iso_minimal_new_kernel for aarch64-linux tooSamuel Dionne-Riel2018-12-19
| |
* | lapp: change postgresql version, fixes metricsFrederik Rietdijk2018-12-19
|/
* tests: split into a separate `all-tests.nix` fileLéo Gaspard2018-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | This will make the list much easier to re-use, eg. for `nixosTests` The drawback is that this approaches makes the ``` nix-build release.nix -A tests.opensmtpd.x86_64-linux ``` command about twice as slow (3s to 6s): it now has to evaluate `nixpkgs` once for each architecture, instead of just having the hardcoded list of tests that allowed to say “ok just evaluate for x86_64-linux”. On the other hand, complete evaluation of `release.nix` should be much faster because we no longer import `nixpkgs` for each test: testing with the following command went from 30s to 18s, and that's just for a few tests. ``` time nix-instantiate --eval --strict nixos/release.nix -A tests.nat ``` I initially wanted to test on the whole `release.nix`, but there are too many broken tests and it takes too long to eval them all, especially compared to the fact that the current implementation breaks some setup. Given developers can just `nix-build nixos/tests/my-test.nix`, it sounds like an overall win.
* nixos/incron: added nixos test to ensure expected behaviourAaron Andersen2018-11-10
|
* Merge pull request #49814 from aanderse/giteaRenaud2018-11-08
|\ | | | | nixos/gitea: fix mysql issue, add mysql socket auth, and add a nixos test
| * nixos/gitea: add a nixos test to ensure the initial database migration ↵Aaron Andersen2018-11-08
| | | | | | | | succeeds so the application can start
* | nixos/release.nix: generalize `modules` copy-paste into `makeModules`Jan Malakhovski2018-11-08
|/
* solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version ↵Aaron Andersen2018-11-03
| | | | bump, NixOS test included
* Merge pull request #49658 from mayflower/gitlab-refactorFlorian Klink2018-11-03
|\ | | | | gitlab: refactor and fix test
| * gitlab: refactor and fix testRobin Gloster2018-11-02
| |
* | nixos/dockerPreloader: preload docker images (#49379)lewo2018-11-03
|/ | | | | | | | | | | | | | | | | | | | | | | This module permits to preload Docker image in a VM in order to reduce OIs on file copies. This module has to be only used in testing environments, when the test requires several Docker images such as in Kubernetes tests. In this case, `virtualisation.dockerPreloader.images` can replace the `services.kubernetes.kubelet.seedDockerImages` options. The idea is to populate the /var/lib/docker directory by mounting qcow files (we uses qcow file to avoid permission issues) that contain images. For each image specified in config.virtualisation.dockerPreloader.images: 1. The image is loaded by Docker in a VM 2. The resulting /var/lib/docker is written to a QCOW file This set of QCOW files can then be used to populate the /var/lib/docker: 1. Each QCOW is mounted in the VM 2. Symlink are created from these mount points to /var/lib/docker 3. A /var/lib/docker/image/overlay2/repositories.json file is generated 4. The docker daemon is started.
* postgresql*: use underscores in version numbersAlyssa Ross2018-10-30
|
* nixos/rsyslogd & nixos/syslog-ng: fix broken module (#47306)aanderse2018-10-27
| | | | | | | | * journald: forward message to syslog by default if a syslog implementation is installed * added a test to ensure rsyslog is receiving messages when expected * added rsyslogd tests to release.nix
* buildbot: add Python 3 supportBen Wolsieffer2018-10-11
|
* Merge pull request #48189 from aanderse/redmineMichael Raskin2018-10-11
|\ | | | | redmine: refactor, cleanup, bug fix, and add functionality
| * added test to nixos/release.nix so it will be run on hydraAaron Andersen2018-10-10
| |
* | nixos/tests: add test for prometheus exportersWilliButz2018-10-08
|/
* Merge pull request #46443 from bobvanderlinden/pr-test-upnpMatthew Bauer2018-10-05
|\ | | | | Miniupnpd and bittorrent improvements
| * tests: upnp: init test for upnp using miniupnpd / miniupnpcBob van der Linden2018-09-15
| |
* | Merge pull request #47159 from eqyiel/nextcloudJörg Thalheim2018-10-03
|\ \ | | | | | | nextcloud module: init
| * | nixos/nextcloud: initFranz Pletz2018-10-01
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de> Co-authored-by: Robin Gloster <mail@glob.in> Co-authored-by: Janne Heß <janne@hess.ooo> Co-authored-by: Florian Klink <flokli@flokli.de>
* | | Merge pull request #46400 from oxij/nixos/release-configxeji2018-09-30
|\ \ \ | |/ / |/| | nixos: release.nix: add `configuration` parameter
| * | nixos/release.nix: add `configuration` parameterJan Malakhovski2018-09-08
| | |
| * | nixos/release.nix: import lib onceJan Malakhovski2018-09-08
| | |
| * | nixos/release.nix: make `makeNetboot` more like `makeIso`Jan Malakhovski2018-09-08
| |/
* | nixos: doc: rename `manual` to `manualHTML`, cleanup referencesJan Malakhovski2018-09-23
| | | | | | | | | | | | Because when I see "config.system.build.manual.manual" after I forgot what it means I ask "Why do I need that second `.manual` there again?". Doesn't happen with `config.system.build.manual.manualHTML`.
* | nixos/release.nix: run test for pgjwt (#47181)WilliButz2018-09-22
| |
* | nixos/release.nix: disable tests.ec2-config (#46830)xeji2018-09-18
| | | | | | | | | | This test doesn't work in a sandbox and never succeeded on Hydra. It simulates an EC2 instance reconfiguring itself at runtime, which needs network access.
* | nixos/tests: add test for codimdWilliButz2018-09-17
|/