From 64ca91cac9b5dd520a736528a3f0a29ba1480593 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 6 May 2016 21:32:21 +0200 Subject: nixos/tests/boot-stage1: Add myself to maintainers As @edolstra pointed out that the kernel module might be painful to maintain. I strongly disagree because it's only a small module and it's good to have such a canary in the tests no matter how the bootup process looks like, so I'm going the masochistic route and try to maintain it. If it *really* becomes too much maintenance burden, we can still drop or disable kcanary. Signed-off-by: aszlig --- nixos/tests/boot-stage1.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/tests/boot-stage1.nix b/nixos/tests/boot-stage1.nix index 311acd7bb1c..ad253d23c54 100644 --- a/nixos/tests/boot-stage1.nix +++ b/nixos/tests/boot-stage1.nix @@ -1,4 +1,4 @@ -import ./make-test.nix { +import ./make-test.nix ({ pkgs, ... }: { name = "boot-stage1"; machine = { config, pkgs, lib, ... }: { @@ -150,4 +150,6 @@ import ./make-test.nix { $machine->succeed('pgrep -a -f \'^@canary3$\'''); $machine->succeed('pgrep -a -f \'^kcanary$\'''); ''; -} + + meta.maintainers = with pkgs.stdenv.lib.maintainers; [ aszlig ]; +}) -- cgit 1.4.1