[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
321/376: Remove some platforms with too-old compilers
From: |
Ludovic Courtès |
Subject: |
321/376: Remove some platforms with too-old compilers |
Date: |
Wed, 28 Jan 2015 22:05:54 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit b6f99e5a23729c6e84995fee1cee26f9a687a2a4
Author: Eelco Dolstra <address@hidden>
Date: Fri Dec 5 21:16:26 2014 +0100
Remove some platforms with too-old compilers
---
release.nix | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/release.nix b/release.nix
index f0129f6..d4024bc 100644
--- a/release.nix
+++ b/release.nix
@@ -180,8 +180,6 @@ let
};
- rpm_fedora16i386 = makeRPM_i686 (diskImageFuns:
diskImageFuns.fedora16i386);
- rpm_fedora16x86_64 = makeRPM_x86_64 (diskImageFunsFun:
diskImageFunsFun.fedora16x86_64);
rpm_fedora18i386 = makeRPM_i686 (diskImageFuns:
diskImageFuns.fedora18i386);
rpm_fedora18x86_64 = makeRPM_x86_64 (diskImageFunsFun:
diskImageFunsFun.fedora18x86_64);
rpm_fedora19i386 = makeRPM_i686 (diskImageFuns:
diskImageFuns.fedora19i386);
@@ -193,8 +191,6 @@ let
deb_debian7i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.debian7i386);
deb_debian7x86_64 = makeDeb_x86_64 (diskImageFunsFun:
diskImageFunsFun.debian7x86_64);
- deb_ubuntu1204i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1204i386);
- deb_ubuntu1204x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1204x86_64);
deb_ubuntu1210i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1210i386);
deb_ubuntu1210x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1210x86_64);
deb_ubuntu1304i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1304i386);
- 310/376: forceString(): Accept pos argument, (continued)
- 310/376: forceString(): Accept pos argument, Ludovic Courtès, 2015/01/28
- 311/376: Add a primop for regular expression pattern matching, Ludovic Courtès, 2015/01/28
- 312/376: Rely on XML catalogs to find the DocBook schemas and stylesheets, Ludovic Courtès, 2015/01/28
- 313/376: Intro: Mention binary caches, Ludovic Courtès, 2015/01/28
- 303/376: Manual: Bump date, Ludovic Courtès, 2015/01/28
- 315/376: Make all ExternalValueBase functions const, Ludovic Courtès, 2015/01/28
- 318/376: Shut up a warning, Ludovic Courtès, 2015/01/28
- 317/376: Fix another operator precedence issue found by Perl 5.20, Ludovic Courtès, 2015/01/28
- 322/376: Remove Fedora 18, 19 builds, Ludovic Courtès, 2015/01/28
- 319/376: Use posix_spawn to run the pager, Ludovic Courtès, 2015/01/28
- 321/376: Remove some platforms with too-old compilers,
Ludovic Courtès <=
- 323/376: Explicitly include required C headers, Ludovic Courtès, 2015/01/28
- 316/376: Merge pull request #401 from shlevy/external-value, Ludovic Courtès, 2015/01/28
- 314/376: Allow external code using libnixexpr to add types, Ludovic Courtès, 2015/01/28
- 328/376: Provide some fallback defaults for the CA bundle, Ludovic Courtès, 2015/01/28
- 329/376: Add option to disable binary cache certificate checking, Ludovic Courtès, 2015/01/28
- 330/376: Doh, Ludovic Courtès, 2015/01/28
- 327/376: Use https://cache.nixos.org instead of http://cache.nixos.org, Ludovic Courtès, 2015/01/28
- 331/376: Fix bad comment, Ludovic Courtès, 2015/01/28
- 320/376: Define ‘environ’, Ludovic Courtès, 2015/01/28
- 333/376: builtins.readFile: realise context associated with the path, Ludovic Courtès, 2015/01/28