[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
297/376: Build Ubuntu 14.10 package
From: |
Ludovic Courtès |
Subject: |
297/376: Build Ubuntu 14.10 package |
Date: |
Wed, 28 Jan 2015 22:05:44 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 05cddf0f5af75de7a105404f619390a4ac3bec20
Author: Eelco Dolstra <address@hidden>
Date: Thu Nov 20 11:16:46 2014 +0100
Build Ubuntu 14.10 package
Fixes #397.
---
release.nix | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/release.nix b/release.nix
index 95f4c48..2e45378 100644
--- a/release.nix
+++ b/release.nix
@@ -196,8 +196,6 @@ let
deb_debian7i386 = makeDeb_i686 (diskImageFuns: diskImageFuns.debian7i386)
60;
deb_debian7x86_64 = makeDeb_x86_64 (diskImageFunsFun:
diskImageFunsFun.debian7x86_64) 60;
- deb_ubuntu1110i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1110i386) 60;
- deb_ubuntu1110x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1110x86_64) 60;
deb_ubuntu1204i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1204i386) 60;
deb_ubuntu1204x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1204x86_64) 60;
deb_ubuntu1210i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1210i386) 70;
@@ -208,6 +206,8 @@ let
deb_ubuntu1310x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1310x86_64) 90;
deb_ubuntu1404i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1404i386) 90;
deb_ubuntu1404x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1404x86_64) 90;
+ deb_ubuntu1410i386 = makeDeb_i686 (diskImageFuns:
diskImageFuns.ubuntu1410i386) 90;
+ deb_ubuntu1410x86_64 = makeDeb_x86_64 (diskImageFuns:
diskImageFuns.ubuntu1410x86_64) 90;
# System tests.
@@ -255,14 +255,10 @@ let
binaryTarball.x86_64-linux
deb_debian7i386
deb_debian7x86_64
- deb_ubuntu1304i386
- deb_ubuntu1304x86_64
- deb_ubuntu1310i386
- deb_ubuntu1310x86_64
deb_ubuntu1404i386
deb_ubuntu1404x86_64
- rpm_fedora19i386
- rpm_fedora19x86_64
+ deb_ubuntu1410i386
+ deb_ubuntu1410x86_64
rpm_fedora20i386
rpm_fedora20x86_64
tests.remoteBuilds
- 263/376: Fix build on gcc < 4.7, (continued)
- 263/376: Fix build on gcc < 4.7, Ludovic Courtès, 2015/01/28
- 244/376: Show total allocations, Ludovic Courtès, 2015/01/28
- 293/376: Remove Hydra build product, Ludovic Courtès, 2015/01/28
- 279/376: Add a launchd configuration file to run nix-daemon, Ludovic Courtès, 2015/01/28
- 251/376: nix-channel --add: Validate URL / channel ID, Ludovic Courtès, 2015/01/28
- 252/376: Remove redundant space in usage errors, Ludovic Courtès, 2015/01/28
- 290/376: realiseContext: Handle all context types, Ludovic Courtès, 2015/01/28
- 276/376: Improve error message if the daemon worker fails to start, Ludovic Courtès, 2015/01/28
- 267/376: Remove comments claiming we use a private PID namespace, Ludovic Courtès, 2015/01/28
- 237/376: Don't recompile the same regex over and over, Ludovic Courtès, 2015/01/28
- 297/376: Build Ubuntu 14.10 package,
Ludovic Courtès <=
- 268/376: Document some primops, Ludovic Courtès, 2015/01/28
- 272/376: Shut up a clang warning, Ludovic Courtès, 2015/01/28
- 257/376: Revert "binary download: Use $NIX_CURL_FLAGS", Ludovic Courtès, 2015/01/28
- 266/376: doc: fixed nix-instantiate --find-file, Ludovic Courtès, 2015/01/28
- 282/376: download-from-binary-cache.pl: Fix flushing of stderr, Ludovic Courtès, 2015/01/28
- 256/376: Merge pull request #372 from wmertens/patch-4, Ludovic Courtès, 2015/01/28
- 280/376: Typo, Ludovic Courtès, 2015/01/28
- 281/376: nix-store --gc: Don't warn about missing manifests directory, Ludovic Courtès, 2015/01/28
- 161/376: Restructuring the Nix manual, Ludovic Courtès, 2015/01/28
- 271/376: Revert "Revert "Temporarily disable darwin builds while hydra's darwin is borked"", Ludovic Courtès, 2015/01/28