about summary refs log tree commit diff
path: root/nixos/release.nix
Commit message (Collapse)AuthorAge
...
| * | 18.03 -> 18.09Vladimír Čunát2018-03-05
| | | | | | | | | | | | I don't have a name ready :-( so I have to fill it later.
* | | release-lib: Filter supportedSystems with `meta.platforms`-style patternsJohn Ericson2018-03-19
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Instead of intersecting system strings, we filter with the sort of patterns used in `meta.platforms`. Indicating this change `forTheseSystems` has been renamed to `forMatchingSystems`, since the given list is now patterns to match, and not the systems themselves. [Just as with `meta.platforms`, systems strings are also supported for backwards compatibility.] This is more flexible, and makes the `forMatchingSystems` and packagePlatforms` cases more analogous.
* | Merge pull request #32248 from awakesecurity/parnell/fetchdockerFranz Pletz2018-03-04
|\ \ | | | | | | Support fetching docker images from V2 registries
| * \ Merge remote-tracking branch 'upstream/master' into parnell/fetchdockerParnell Springmeyer2018-02-13
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into parnell/fetchdockerParnell Springmeyer2018-01-10
| |\ \ \
| | * | | Revert "nixos/dnscrypt-proxy: remove"rnhmjoj2018-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5dc2853981b6e9287668dd17477375adfeb60ebf. The project has a new maintainer.
| | * | | nixos/dnscrypt-proxy: removeJoachim Fasting2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream project ceased. See https://github.com/NixOS/nixpkgs/issues/33540
| * | | | fetchdocker: Integration test exercising hocker and fetchdockerParnell Springmeyer2017-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds a simple integration test exercising the fetchdocker Nix code and hocker utilities for the simple `hello-world` docker container. We exercise: - Fetching the docker image configuration json - Fetching the docker image layers - Building a compositor script - Loading the `hello-world` docker image into docker using the compositor script and `docker load` - Running that loaded container
* | | | | Merge #35454: nixos/pump.io: removeVladimír Čunát2018-03-04
|\ \ \ \ \
| * | | | | nixos/pump.io: removeRodney Lorrimar2018-02-27
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This would probably be better maintained in a separate repo as an external NixOS module which gets imported into user's configuration.
* | | | | Merge pull request #36249 from Ekleog/openldap-module-declarative-contentsJörg Thalheim2018-03-03
|\ \ \ \ \ | | | | | | | | | | | | Openldap module declarative contents
| * | | | | nixos/openldap: add testJörg Thalheim2018-03-03
| | | | | |
* | | | | | systemd: Update to latest NixOS branchaszlig2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to the latest version of the nixos-v237 branch, which fixes two things: * Make sure that systemd looks in /etc for configuration files. https://github.com/NixOS/systemd/pull/15 * Fix handling of the x-initrd.mount option. https://github.com/NixOS/systemd/pull/16 I've added NixOS VM tests for both to ensure we won't run into regressions. The newly added systemd test only tests for that and is by no means exhaustive, but it's a start. Personally I only wanted to fix the former issue, because that's the one I've been debugging. After sending in a pull request for our systemd fork (https://github.com/NixOS/systemd/pull/17) I got a notice from @Mic92, that he already fixed this and his fix was even better as it's even suitable for upstream (so we hopefully can drop that patch someday). The reason why the second one came in was simply because it has been merged before the former, but I thought it would be a good idea to have tests for that as well. In addition I've removed the sysconfdir=$out/etc entry to make sure the default (/etc) is used. Installing is still done to $out, because those directories that were previously into sysconfdir now get into factoryconfdir. Quote from commit NixOS/systemd@98067cc806ae0d2759cdd2334f230cd8548e531: By default systemd should read all its configuration from /etc. Therefore we rely on -Dsysconfdir=/etc in meson as default value. Unfortunately this would also lead to installation of systemd's own configuration files to `/etc` whereas we are limited to /nix/store. To counter that this commit introduces two new configuration variables `factoryconfdir` and `factorypkgconfdir` to install systemd's own configuration into nix store again, while having executables looking up files in /etc. Tested this change against all of the NixOS VM tests we have in nixos/release.nix. Between this change and its parent no new tests were failing (although a lot of them were flaky). Signed-off-by: aszlig <aszlig@nix.build> Cc: @Mic92, @tk-ecotelecom, @edolstra, @fpletz Fixes: #35415 Fixes: #35268
* | | | | | nixos/ceph: init module (#35299)lejonet2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All 5 daemon types can be enabled and configured through the module and the module both creates the ceph.conf required but also creates and enables specific services for each daemon, based on the systemd service files that upstream provides.
* | | | | | nixos: nix.sshServe: Support ssh-ng.Shea Levy2018-02-28
| |/ / / / |/| | | |
* | | | | Merge pull request #35061 from lopsided98/buildbot-updateFrederik Rietdijk2018-02-27
|\ \ \ \ \ | | | | | | | | | | | | buildbot: 0.9.15.post1 -> 1.0.0
| * | | | | nixos/buildbot: also run test on hydraJörg Thalheim2018-02-17
| | | | | |
* | | | | | nixos/tests: add forgotten xrdp.nixvolth2018-02-26
| | | | | |
* | | | | | Merge pull request #35065 from jtojnar/fwupd-1.0.5Jan Tojnar2018-02-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | fwupd: 1.0.5 update & cleanups
| * | | | | | Revert "nixos tests: disable fwupd for now"Jan Tojnar2018-02-22
| |/ / / / / | | | | | | | | | | | | | | | | | | This reverts commit 11fc2bad56bb6464b161f5ce911511a0137cfe2c.
* | / / / / rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)Profpatsch2018-02-22
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - split outputs (doc, man, out) - a new runtime dependency on getconf - fix up SCRIPTS_DIR in wrapper - clean output folder of stray doc files - add license & maintainer Tested with `nixos/tests/rabbitmq.nix`, inside a docker image and manually.
* | | | | Merge pull request #35078 from Mic92/powerdnsJörg Thalheim2018-02-20
|\ \ \ \ \ | | | | | | | | | | | | powerdns: 4.0.5 -> 4.1.1
| * | | | | nixos/powerdns: add testJörg Thalheim2018-02-17
| |/ / / /
* | | | | release: only run novacomd test on x86_64-linuxWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | novacom and novacomd build on aarch64, but the daemon fails to start with something like: novacomd[547]: unhandled level 2 translation fault (11) at 0x00000000, esr 0x92000046 So, uh, nevermind that then.
* | | | | nixos/release: Add novacomdWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is unlikely to break and is a cheap test. I'd like to be notified if it stops working. If this ever blocks anything and I've been notified you have my blessing to remove this as I doubt many folks depend on it.
* | | | | nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski2018-02-18
|/ / / /
* | | | nixos tests: disable fwupd for nowVladimír Čunát2018-02-16
| | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/32751/files#r168736256
* | | | Merge pull request #32751 from jtojnar/fwupd-1.0.2Jan Tojnar2018-02-15
|\ \ \ \ | | | | | | | | | | fwupd: 1.0.1 → 1.0.4
| * | | | nixos/fwupd: add testJan Tojnar2018-02-15
| | | | |
* | | | | Merge pull request #34979 from jtojnar/gjs-1.50.4Jan Tojnar2018-02-14
|\ \ \ \ \ | |/ / / / |/| | | | gnome3.gjs: 1.50.2 → 1.50.4
| * | | | nixos/gjs: add testJan Tojnar2018-02-14
| | | | |
* | | | | nixos/plotinus: add module to enable plotinusSam Parkinson2018-02-14
|/ / / /
* | | / nixos/tests: add simple dockerTools testProfpatsch2018-02-14
| |_|/ |/| |
* | | nixos/rdma-core: add module for soft RoCE and test (#34607)markuskowa2018-02-10
| | |
* | | Merge pull request #32582 from Ma27/yabar-moduleFranz Pletz2018-02-09
|\ \ \ | | | | | | | | yabar: add module
| * | | yabar: add moduleMaximilian Bosch2018-01-04
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make the configuration of `yabar` more pleasant and easier to validate, a NixOS module will be quite helpful. An example config could look like this: ``` { programs.yabar = { enable = true; bars.top.indicators.exec = "YA_DATE"; }; } ``` The module adds a user-controlled systemd service which runs `yabar` after starting up X.
* | | nixos/tests: add predictable-interface-names.nix (#34305)symphorien2018-02-09
| | |
* | | nixos/release*.nix: Clean nixpkgs sources by defaultRobert Hensing2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, when building NixOS from a git clone, Nix has to copy the entire repo at >1GB into the store by default. That is not necessary and causes a dumping large path message. If you need the old behaviour for some reason, you will have to specify it by passing the path to your repo explicitly as the nixpkgs argument like this: --arg nixpkgs '{outPath = ./.; revCount = 56789; shortRev = "gfedcba"; }'
* | | Merge pull request #34562 from griff/rspamd-workersAndreas Rammhold2018-02-09
|\ \ \ | | | | | | | | nixos/rspamd: worker configuration, socket activation and tests
| * | | nixos/tests: add basic tests for services.rspamdBrian Olsen2018-02-03
| | | |
* | | | nixos/tests: add matrix-synapse testDavid McFarland2018-02-04
|/ / /
* | | home-assistant: add NixOS testRobert Schütz2018-01-31
| | |
* | | nixos/borgbackup: add testJörg Thalheim2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had problems to get borg's own test suite running. This test is intended to perform a quick smoke test to see whether we have missed not any important dependency necessary to create backups with borg. tested with: $ nix-build nixos/release.nix -A tests.borgbackup.x86_64-linux
* | | nixos/release.nix: Use callSubTestsOnTheseSystems for ec2 testsTuomas Tynkkynen2018-01-23
| | |
* | | nixos/release.nix: Introduce callSubTestsOnTheseSystemsTuomas Tynkkynen2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing callSubTests seems to already have special-cased code to allow enabling subtests on a single specific system by looking at the `system` attribute in the test arguments. Replace it with a new version similar to the callTestOnTheseSystems because: - It's consistent with the existing functions for creating system-specific tests (though admittedly, the callSubTests special case for `system` predates them) - This approach allows limiting to multiple system types, the previous one inherently allows only one system type. - This also fixes the problem that if you pass in e.g. supportedSystems = [ "aarch64-linux" ], you end up with a tests.chromium job that silently runs on x86_64-linux. - Finally, this causes renames of the jobs like: tests.chromium -> tests.chromium.x86_64-linux to be consistent with the rest of the tests.
* | | Merge pull request #33331 from cransom/netdata-moduleJörg Thalheim2018-01-19
|\ \ \ | | | | | | | | netdata service: fix permissions for apps.plugin
| * | | netdata service: fix permissions for apps.pluginCasey Ransom2018-01-02
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apps.plugin requires capabilities for full process monitoring. with 1.9.0, netdata allows multiple directories to search for plugins and the setuid directory can be specified here. the module is backwards compatible with older configs. a test is included that verifies data gathering for the elevated privileges. one additional attribute is added to make configuration more generic than including configuration in string form.
* | | nixos/release.nix: More refactoring for multi-archTuomas Tynkkynen2018-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, even if you pass supportedSystems = [ "aarch64-linux" ] you end up with e.g. `nixos.tests.docker` which actually silently runs on x86_64-linux. Using the new callTestOnTheseSystems fixes that. As a side-effect, this also causes a rename of `nixos.tests.docker` -> `nixos.tests.docker.x86_64-linux`, which is IMHO a good thing since it's makes them consistent with the rest of the tests.
* | | nixos/release.nix: Add preferLocalBuild to makeNetboot resultTuomas Tynkkynen2018-01-19
| | |
* | | nixos/release.nix: Clean some syntaxTuomas Tynkkynen2018-01-19
| | |