From 3fc047bc64bee2a16e34393b7a06be788d13c37f Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Sun, 30 May 2021 21:43:05 +0200 Subject: [PATCH] Remove nixos-20.03 job We only support 2 releases. --- .hydra/declarative-jobsets.nix | 20 -------------------- README.md | 3 --- 2 files changed, 23 deletions(-) diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index b1d0628..f96d5ba 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -61,26 +61,6 @@ let }; }; }; - "nixos-20.03" = { - description = "Build the nixos-20.03 branch of Simple NixOS MailServer"; - checkinterval = "60"; - enabled = "1"; - nixexprinput = "snm"; - nixexprpath = ".hydra/default.nix"; - schedulingshares = 100; - enableemail = false; - emailoverride = ""; - keepnr = 3; - hidden = false; - type = 0; - inputs = { - snm = { - value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-20.03"; - type = "git"; - emailresponsible = false; - }; - }; - }; "nixos-20.09" = { description = "Build the nixos-20.09 branch of Simple NixOS MailServer"; checkinterval = "60"; diff --git a/README.md b/README.md index 561b55b..e680154 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,6 @@ SNM branch corresponding to your NixOS version. - Use the [SNM branch `nixos-20.09`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/nixos-20.09) - [Documentation](https://nixos-mailserver.readthedocs.io/en/nixos-20.09/) - [Release notes](https://nixos-mailserver.readthedocs.io/en/nixos-20.09/release-notes.html#nixos-20-09) -* For NixOS 20.03 - - Use the [SNM branch `nixos-20.03`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/nixos-20.03) - - [Release notes](#nixos-2003) * For NixOS unstable - Use the [SNM branch `master`](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/master) - [Documentation](https://nixos-mailserver.readthedocs.io/en/latest/)