summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2021-05-30 21:43:05 +0200
committerAntoine Eiche <lewo@abesis.fr>2021-06-06 09:44:41 +0200
commit3fc047bc64bee2a16e34393b7a06be788d13c37f (patch)
treec5eb4b95bc99d4c22a6b44df7054fe0280783d31
parent49074b7835c6d40846cb23953c04a03e1d2a4a9e (diff)
Remove nixos-20.03 job
We only support 2 releases.
-rw-r--r--.hydra/declarative-jobsets.nix20
-rw-r--r--README.md3
2 files changed, 0 insertions, 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/)