civodul pushed a commit to tag 1.8
in repository guix.

commit 9c58691ce3a35833ddcbf157f9f174ab0cc1c37a
Author: Eelco Dolstra <[email protected]>
Date:   Mon Dec 8 18:01:18 2014 +0100

    Remove Fedora 18, 19 builds
    
    http://hydra.nixos.org/build/17703462
---
 release.nix |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/release.nix b/release.nix
index d4024bc..af0e236 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);
 

Reply via email to