diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-08T17·01+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-12-08T17·01+0100 |
commit | 9c58691ce3a35833ddcbf157f9f174ab0cc1c37a (patch) | |
tree | afbcc6b1dd4c6f4c72b46a37ce6f373315967232 /release.nix | |
parent | b6f99e5a23729c6e84995fee1cee26f9a687a2a4 (diff) |
Remove Fedora 18, 19 builds
http://hydra.nixos.org/build/17703462
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/release.nix b/release.nix index d4024bcc922b..af0e2362baf8 100644 --- a/release.nix +++ b/release.nix @@ -180,10 +180,6 @@ let }; - rpm_fedora18i386 = makeRPM_i686 (diskImageFuns: diskImageFuns.fedora18i386); - rpm_fedora18x86_64 = makeRPM_x86_64 (diskImageFunsFun: diskImageFunsFun.fedora18x86_64); - 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); |