Add 'guix copy'.

* guix/scripts/copy.scm: New file.
* guix/scripts/archive.scm (options->derivations+files): Export.
* doc/guix.texi (Invoking guix copy): New node.
* Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/scripts/copy.scm.
* po/guix/POTFILES.in: Likewise.
This commit is contained in:
Ludovic Courtès 2016-12-31 18:19:56 +01:00
parent 13164a2102
commit f11c444d44
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
5 changed files with 285 additions and 6 deletions

View file

@ -41,7 +41,8 @@
#:use-module (srfi srfi-26)
#:use-module (srfi srfi-37)
#:use-module (ice-9 binary-ports)
#:export (guix-archive))
#:export (guix-archive
options->derivations+files))
;;;