diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-31 18:19:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-31 18:35:29 +0100 |
commit | f11c444d440b68c3975c2dcaacb24fa3e0e09c7d (patch) | |
tree | bb849b202ae0ec6d389e2c3131c611e7be34622a /po | |
parent | 13164a210224025384061a5d4c522fa1983c10b4 (diff) | |
download | guix-f11c444d440b68c3975c2dcaacb24fa3e0e09c7d.tar guix-f11c444d440b68c3975c2dcaacb24fa3e0e09c7d.tar.gz |
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.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 27cc64929d..0a2eee8170 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -24,6 +24,7 @@ guix/scripts/edit.scm guix/scripts/size.scm guix/scripts/graph.scm guix/scripts/challenge.scm +guix/scripts/copy.scm guix/gnu-maintenance.scm guix/scripts/container.scm guix/scripts/container/exec.scm |