[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
173/376: Tweak
From: |
Ludovic Courtès |
Subject: |
173/376: Tweak |
Date: |
Wed, 28 Jan 2015 22:04:49 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit a6a45bb722af5ac78f19d1927b9557ac69b881d9
Author: Eelco Dolstra <address@hidden>
Date: Fri Sep 5 11:49:35 2014 +0200
Tweak
---
release.nix | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/release.nix b/release.nix
index bc4c06a..3e74166 100644
--- a/release.nix
+++ b/release.nix
@@ -214,11 +214,11 @@ let
# System tests.
tests.remote_builds = (import ./tests/remote-builds.nix rec {
nix = build.x86_64-linux; system = "x86_64-linux";
- }).test;
+ });
tests.nix_copy_closure = (import ./tests/nix-copy-closure.nix rec {
nix = build.x86_64-linux; system = "x86_64-linux";
- }).test;
+ });
# Aggregate job containing the release-critical jobs.
- 170/376: Fix dependency ordering, (continued)
- 170/376: Fix dependency ordering, Ludovic Courtès, 2015/01/28
- 169/376: Hack for supporting Boost on Homebrew, Ludovic Courtès, 2015/01/28
- 166/376: Shut up "Wide character" warnings in Perl scripts, Ludovic Courtès, 2015/01/28
- 167/376: Add an 'optimiseStore' remote procedure call., Ludovic Courtès, 2015/01/28
- 171/376: Fix build-remote.pl, Ludovic Courtès, 2015/01/28
- 172/376: tests/remote-builds.nix: Time out faster, Ludovic Courtès, 2015/01/28
- 176/376: Add support for using a build directory, Ludovic Courtès, 2015/01/28
- 178/376: Support specifying a JAR manifest, Ludovic Courtès, 2015/01/28
- 181/376: Add some hyperlinks between NIXPATH and -I, Ludovic Courtès, 2015/01/28
- 165/376: Add disallowedReferences / disallowedRequisites, Ludovic Courtès, 2015/01/28
- 173/376: Tweak,
Ludovic Courtès <=
- 168/376: Fix boost::too_many_args error, Ludovic Courtès, 2015/01/28
- 174/376: build-remote.pl: UTF-8-decode errors, Ludovic Courtès, 2015/01/28
- 180/376: Don't rely on process substitution, Ludovic Courtès, 2015/01/28
- 177/376: Improved support for building JARs, Ludovic Courtès, 2015/01/28
- 187/376: Drop reference to FreeBSD, Ludovic Courtès, 2015/01/28
- 189/376: Tweak some chapter titles, Ludovic Courtès, 2015/01/28
- 175/376: Hack to prevent Makefile.config from being regenerated by "make clean", Ludovic Courtès, 2015/01/28
- 186/376: Remove pointless "license" section, Ludovic Courtès, 2015/01/28
- 190/376: Undocument NIX_OTHER_STORES, Ludovic Courtès, 2015/01/28
- 184/376: Nicer file names for the release notes, Ludovic Courtès, 2015/01/28