[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
258/376: Fix nix-copy-closure --from
From: |
Ludovic Courtès |
Subject: |
258/376: Fix nix-copy-closure --from |
Date: |
Wed, 28 Jan 2015 22:05:28 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit bca6d3563653c384fab2da105a4c27dfe508c8cd
Author: Shea Levy <address@hidden>
Date: Wed Oct 15 15:05:13 2014 -0400
Fix nix-copy-closure --from
http://hydra.nixos.org/build/15885652
---
scripts/nix-copy-closure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in
index 97ee88a..d7a2c97 100755
--- a/scripts/nix-copy-closure.in
+++ b/scripts/nix-copy-closure.in
@@ -80,7 +80,7 @@ if ($toMode) { # Copy TO the remote machine.
else { # Copy FROM the remote machine.
- my ($from, $to) = connectToRemoteNix($sshHost);
+ my ($from, $to) = connectToRemoteNix($sshHost, []);
# Query the closure of the given store paths on the remote
# machine. Paths are assumed to be store paths; there is no
- 278/376: Typo, (continued)
- 278/376: Typo, Ludovic Courtès, 2015/01/28
- 292/376: Add a test for the binary tarball installer, Ludovic Courtès, 2015/01/28
- 296/376: Disable vacuuming the DB after garbage collection, Ludovic Courtès, 2015/01/28
- 298/376: Fix bad operator, Ludovic Courtès, 2015/01/28
- 270/376: Revert "Temporarily disable darwin builds while hydra's darwin is borked", Ludovic Courtès, 2015/01/28
- 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 <=
- 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, 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