[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/376: nix-copy-closure: Implement --gzip via ssh's -C flag
From: |
Ludovic Courtès |
Subject: |
93/376: nix-copy-closure: Implement --gzip via ssh's -C flag |
Date: |
Wed, 28 Jan 2015 22:04:16 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 7f7d4ab68649b2f5530143e8cfa95fc785ae9937
Author: Eelco Dolstra <address@hidden>
Date: Thu Jul 24 16:32:55 2014 +0200
nix-copy-closure: Implement --gzip via ssh's -C flag
---
scripts/nix-copy-closure.in | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in
index 3dde6e1..6964f2d 100755
--- a/scripts/nix-copy-closure.in
+++ b/scripts/nix-copy-closure.in
@@ -41,8 +41,7 @@ while (@ARGV) {
$sign = 1;
}
elsif ($arg eq "--gzip") {
- $compressor = "gzip";
- $decompressor = "gzip -d";
+ push @globalSshOpts, "-C";
}
elsif ($arg eq "--bzip2") {
$compressor = "bzip2";
- 85/376: tests/remote-builds.nix: Don't try cache.nixos.org, (continued)
- 85/376: tests/remote-builds.nix: Don't try cache.nixos.org, Ludovic Courtès, 2015/01/28
- 79/376: Remove some obsolete files, Ludovic Courtès, 2015/01/28
- 83/376: Fix bogus pass by reference, Ludovic Courtès, 2015/01/28
- 88/376: Refactor, Ludovic Courtès, 2015/01/28
- 87/376: tests/remote-builds.nix: Test failing build, Ludovic Courtès, 2015/01/28
- 89/376: build-remote.pl: Be less verbose on failing builds, Ludovic Courtès, 2015/01/28
- 86/376: nix-store --serve: Only monitor stdin during builds, Ludovic Courtès, 2015/01/28
- 77/376: nix-daemon: Less verbosity, Ludovic Courtès, 2015/01/28
- 74/376: nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects, Ludovic Courtès, 2015/01/28
- 99/376: install-nix-from-closure.sh: Install cacert, Ludovic Courtès, 2015/01/28
- 93/376: nix-copy-closure: Implement --gzip via ssh's -C flag,
Ludovic Courtès <=
- 91/376: Remove obsolete SSH master connection code, Ludovic Courtès, 2015/01/28
- 100/376: Rename nixPath to __nixPath, Ludovic Courtès, 2015/01/28
- 95/376: Change the default for use-ssh-substituter to ‘true’, Ludovic Courtès, 2015/01/28
- 90/376: Implement nix-copy-closure --from via nix-store --serve, Ludovic Courtès, 2015/01/28
- 97/376: Remove outdated AUTHORS file, Ludovic Courtès, 2015/01/28
- 92/376: Fix NIX_SSHOPTS, Ludovic Courtès, 2015/01/28
- 103/376: Allow regular files as GC roots, Ludovic Courtès, 2015/01/28
- 94/376: nix-copy-closure: Drop --bzip2, --xz, --show-progress, Ludovic Courtès, 2015/01/28
- 84/376: Use pthread_cancel instead of a signal, Ludovic Courtès, 2015/01/28
- 102/376: Restore default SIGPIPE handler before invoking ‘man’, Ludovic Courtès, 2015/01/28