aboutsummaryrefslogtreecommitdiff
path: root/nixos/release.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nixos/release: add pantheon closureworldofpeace2020-07-261-0/+5
|
* nixos/release.nix: closures.lapp: use enablePHP, fixes metrics job #86439Frederik Rietdijk2020-05-011-1/+1
| | | | Still building but this should fix the metrics job.
* nixos/release: add GNOME ISOworldofpeace2020-04-211-0/+6
|
* nixos/release.nix: Import './..' instead of nixpkgsEelco Dolstra2020-02-121-7/+7
| | | | | '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-271-3/+3
| | | | And all the other things and paths to match it
* Pass on nixos configuration to amazonImageChristian Höppner2020-01-231-1/+2
|
* Merge pull request #68265 from tkerber/rpi4Samuel Dionne-Riel2019-09-271-0/+5
|\ | | | | Various: Add support for raspberry pi 4.
| * Various: Add support for raspberry pi 4.Thomas Kerber2019-09-171-0/+5
| |
* | nixos/release: add gnome3 closureworldofpeace2019-09-171-0/+6
|/
* nixos/release.nix: add "amazonImage" for building Amazon EC2 ImagesAndrew Childs2019-09-051-0/+16
|
* nixos/sd-image-aarch64-new-kernel: Added to releaseSamuel Dionne-Riel2018-12-261-0/+8
| | | | | | 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-201-1/+1
|\ | | | | nixos/release-combined: adds aarch64-linux as supported
| * nixos/release: build iso_minimal_new_kernel for aarch64-linux tooSamuel Dionne-Riel2018-12-191-1/+1
| |
* | lapp: change postgresql version, fixes metricsFrederik Rietdijk2018-12-191-1/+1
|/
* tests: split into a separate `all-tests.nix` fileLéo Gaspard2018-11-111-216/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-0/+1
|
* Merge pull request #49814 from aanderse/giteaRenaud2018-11-081-0/+1
|\ | | | | 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-081-0/+1
| | | | | | | | succeeds so the application can start
* | nixos/release.nix: generalize `modules` copy-paste into `makeModules`Jan Malakhovski2018-11-081-5/+8
|/
* solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version ↵Aaron Andersen2018-11-031-0/+1
| | | | bump, NixOS test included
* Merge pull request #49658 from mayflower/gitlab-refactorFlorian Klink2018-11-031-1/+1
|\ | | | | gitlab: refactor and fix test
| * gitlab: refactor and fix testRobin Gloster2018-11-021-1/+1
| |
* | nixos/dockerPreloader: preload docker images (#49379)lewo2018-11-031-0/+1
|/ | | | | | | | | | | | | | | | | | | | | | | 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-301-1/+1
|
* nixos/rsyslogd & nixos/syslog-ng: fix broken module (#47306)aanderse2018-10-271-0/+1
| | | | | | | | * 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-111-1/+1
|
* Merge pull request #48189 from aanderse/redmineMichael Raskin2018-10-111-0/+1
|\ | | | | redmine: refactor, cleanup, bug fix, and add functionality
| * added test to nixos/release.nix so it will be run on hydraAaron Andersen2018-10-101-0/+1
| |
* | nixos/tests: add test for prometheus exportersWilliButz2018-10-081-0/+1
|/
* Merge pull request #46443 from bobvanderlinden/pr-test-upnpMatthew Bauer2018-10-051-0/+1
|\ | | | | Miniupnpd and bittorrent improvements
| * tests: upnp: init test for upnp using miniupnpd / miniupnpcBob van der Linden2018-09-151-0/+1
| |
* | Merge pull request #47159 from eqyiel/nextcloudJörg Thalheim2018-10-031-0/+1
|\ \ | | | | | | nextcloud module: init
| * | nixos/nextcloud: initFranz Pletz2018-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | | 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-301-12/+14
|\ \ \ | |/ / |/| | nixos: release.nix: add `configuration` parameter
| * | nixos/release.nix: add `configuration` parameterJan Malakhovski2018-09-081-3/+4
| | |
| * | nixos/release.nix: import lib onceJan Malakhovski2018-09-081-2/+3
| | |
| * | nixos/release.nix: make `makeNetboot` more like `makeIso`Jan Malakhovski2018-09-081-7/+7
| |/
* | nixos: doc: rename `manual` to `manualHTML`, cleanup referencesJan Malakhovski2018-09-231-1/+2
| | | | | | | | | | | | 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-221-1/+1
| |
* | nixos/release.nix: disable tests.ec2-config (#46830)xeji2018-09-181-1/+2
| | | | | | | | | | 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-171-0/+1
|/
* statsd: mark broken, disable nixos test (#46097)xeji2018-09-051-1/+1
| | | | | It's broken with node v8 and the upstream project is dead (last commit Nov. 2016), see #45946 and https://github.com/etsy/statsd/issues/646
* kernel: Remove CopperheadTim Steinbach2018-09-031-1/+0
| | | | The patches are unmaintained and suggest a false sense of security
* nixos/release.nix: disable blivet test (#45931)xeji2018-09-021-1/+1
| | | | | - has been broken since 2017-07-24 - no attempts to fix it - it tests an outdated blivet version (Oct 2014)
* nixos/tests/bcachefs: initOkina Matara2018-08-311-0/+1
|
* systemd: ensure fsck Requires/After links are created in mount unitsMatt McHenry2018-08-281-0/+1
| | | | | | | systemd-fsck-generator only produces these lines if it can find the necessary fsck executable in its PATH. fixes #29139.
* treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-201-2/+2
| | | | Progress towards #27069
* Merge pull request #44556 from johanot/certmgr-module-initSilvan Mosberger2018-08-101-0/+1
|\ | | | | nixos/certmgr: init
| * nixos/certmgr: initJohan Thomsen2018-08-101-0/+1
| |
* | nixos/release.nix: add docker-registry testRobin Gloster2018-08-061-0/+1
|/