[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/376: Remove Hydra build product
From: |
Ludovic Courtès |
Subject: |
293/376: Remove Hydra build product |
Date: |
Wed, 28 Jan 2015 22:05:42 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit ed306febb586a005b86a0ade2485c3c932698314
Author: Eelco Dolstra <address@hidden>
Date: Tue Nov 18 18:40:47 2014 +0100
Remove Hydra build product
---
release.nix | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/release.nix b/release.nix
index a44b0d7..95f4c48 100644
--- a/release.nix
+++ b/release.nix
@@ -232,6 +232,8 @@ let
su - alice -c '_NIX_INSTALLER_TEST=1 ./nix-*/install'
su - alice -c 'nix-store --verify'
su - alice -c 'nix-store -qR ${build.x86_64-linux}'
+ mkdir -p $out/nix-support
+ touch $out/nix-support/hydra-build-products
''); # */
- 283/376: Doh, (continued)
- 283/376: Doh, Ludovic Courtès, 2015/01/28
- 300/376: import derivation: cleanup, Ludovic Courtès, 2015/01/28
- 264/376: Temporarily disable darwin builds while hydra's darwin is borked, Ludovic Courtès, 2015/01/28
- 291/376: Fix message, Ludovic Courtès, 2015/01/28
- 273/376: Fix more warnings, Ludovic Courtès, 2015/01/28
- 258/376: Fix nix-copy-closure --from, Ludovic Courtès, 2015/01/28
- 260/376: Drop support for pre-c++11 compilers., Ludovic Courtès, 2015/01/28
- 262/376: Revert "Drop support for pre-c++11 compilers.", Ludovic Courtès, 2015/01/28
- 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 <=
- 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, 2015/01/28
- 268/376: Document some primops, Ludovic Courtès, 2015/01/28
- 272/376: Shut up a clang warning, Ludovic Courtès, 2015/01/28