summaryrefslogtreecommitdiffstats
path: root/scripts/nix-copy-closure.in
AgeCommit message (Expand)Author
2016-05-31nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra
2016-05-04Remove OpenSSL-based signingEelco Dolstra
2015-11-10Fix bad characters in "copying 7 missing paths from ..."Eelco Dolstra
2015-07-20nix-copy-closure: Add -v flagEelco Dolstra
2014-10-15Fix nix-copy-closure --fromShea Levy
2014-10-14Remove unused @sshOpts flagEelco Dolstra
2014-10-14nix-copy-closure: Use strictEelco Dolstra
2014-08-29Shut up "Wide character" warnings in Perl scriptsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-07-24nix-copy-closure: Drop --bzip2, --xz, --show-progressEelco Dolstra
2014-07-24nix-copy-closure: Implement --gzip via ssh's -C flagEelco Dolstra
2014-07-24Implement nix-copy-closure --from via nix-store --serveEelco Dolstra
2014-07-10nix-copy-closure -s: Do substitutions via ‘nix-store --serve’Eelco Dolstra
2014-07-10nix-copy-closure: Restore compression and the progress viewerEelco Dolstra
2013-05-03nix-copy-closure: Show a proper error message if no host name is givenEelco Dolstra
2013-05-03Fixing the pv position regarding compressionLluís Batlle i Rossell
2013-05-03Fixing the pv reference; I didn't mean to change itLluís Batlle i Rossell
2013-05-03Adding ETA support to the --show-progress in nix-copy-closureLluís Batlle i Rossell
2012-11-23nix-copy-closure: Add flag ‘--use-substitutes’Eelco Dolstra
2012-10-03When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra
2012-04-13If "pv" is available at compile time, hard-code its pathEelco Dolstra
2012-04-13nix-copy-closure: Move the progressViewer directly adjacent to the ssh call s...Shea Levy
2012-04-13Add the '--show-progress' flag to nix-copy-closureShea Levy
2012-03-05nix-copy-closure: don't print copied path on stdoutEelco Dolstra
2012-03-05Restore progress indication during nix-copy-closureEelco Dolstra
2011-12-15* Typo.Eelco Dolstra
2011-11-23* Add bzip2 and xz support to nix-copy-closure.Eelco Dolstra
2011-11-23* Add an API function exportPaths() that provides the functionality ofEelco Dolstra
2011-10-18* nix-copy-closure: support ‘--dry-run’ and ‘--include-outputs’.Eelco Dolstra
2011-10-11* Use the Store API bindings in nix-copy-closure.Eelco Dolstra
2011-10-11* Move SSH.pm.Eelco Dolstra
2011-10-10* Set the executable bit on scripts.Eelco Dolstra
2010-12-15* nix-copy-closure: make sure that the shell doesn't do globbing ofEelco Dolstra
2010-12-05* Use CamelCase for the Perl modules.Eelco Dolstra
2010-02-04* Remove the `cat' calls when not using --gzip.Eelco Dolstra
2010-02-03* In the build hook, if connecting to a machine fails, try the otherEelco Dolstra
2010-02-03* nix-copy-closure: start only one SSH connection to the server, orEelco Dolstra
2009-03-28* nix-copy-closure: compute the closure in one call to nix-store,Eelco Dolstra
2008-11-20* Urgh.Eelco Dolstra
2007-10-22(no commit message)Eelco Dolstra
2007-06-04* Remove debug statement.Eelco Dolstra
2007-03-27* Forgot a @bindir@.Eelco Dolstra
2007-03-26* `nix-copy-closure --from': copy from a remote machine instead of toEelco Dolstra
2007-03-26* Refactoring.Eelco Dolstra
2007-03-01* Get rid of those stupid --login tricks, it's the responsibility ofEelco Dolstra
2007-03-01* sh -> bash.Eelco Dolstra
2007-02-22* nix-copy-closure: force a login shell on the remote machine to makeEelco Dolstra
2007-02-22* nix-copy-closure: option --sign.Eelco Dolstra
2007-02-21* New command `nix-copy-closure' to copy a closure to a Nix store onEelco Dolstra