about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-30T12·36+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-30T12·36+0200
commitdd85fc1c5a302eb8566fb44c6300c7add20e569d (patch)
tree2b2b61e3eb8cb39b85f21ea337bfbeb4b8bf6ed9 /release.nix
parent67364a5795a7ee9c17807d6e5caa5c4d3b508fc4 (diff)
Drop Fedora 19/20 builds
These don't support regex_replace either.
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/release.nix b/release.nix
index 217398c828..d236cdae9b 100644
--- a/release.nix
+++ b/release.nix
@@ -172,10 +172,6 @@ let
       };
 
 
-    rpm_fedora19i386 = makeRPM_i686 (diskImageFuns: diskImageFuns.fedora19i386) [];
-    rpm_fedora19x86_64 = makeRPM_x86_64 (diskImageFunsFun: diskImageFunsFun.fedora19x86_64) [];
-    rpm_fedora20i386 = makeRPM_i686 (diskImageFuns: diskImageFuns.fedora20i386) [];
-    rpm_fedora20x86_64 = makeRPM_x86_64 (diskImageFunsFun: diskImageFunsFun.fedora20x86_64) [];
     rpm_fedora21i386 = makeRPM_i686 (diskImageFuns: diskImageFuns.fedora21i386) [ "libsodium-devel" ];
     rpm_fedora21x86_64 = makeRPM_x86_64 (diskImageFunsFun: diskImageFunsFun.fedora21x86_64) [ "libsodium-devel" ];
 
@@ -261,8 +257,6 @@ let
           deb_debian8x86_64
           deb_ubuntu1504i386
           deb_ubuntu1504x86_64
-          rpm_fedora20i386
-          rpm_fedora20x86_64
           rpm_fedora21i386
           rpm_fedora21x86_64
           tests.remoteBuilds