diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-03-17 10:21:31 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-04 14:16:43 -0400 |
commit | aff8ce7c742443eaab0b0c6b6f27e6539f3af85f (patch) | |
tree | f87d55d39fc52ab37316c9f9c0c8b9162b38d29d /po | |
parent | 533d1768f47520ac7010adc550b0dd9783ebb011 (diff) | |
download | guix-aff8ce7c742443eaab0b0c6b6f27e6539f3af85f.tar guix-aff8ce7c742443eaab0b0c6b6f27e6539f3af85f.tar.gz |
scripts: Add 'publish' command.
* guix/scripts/publish.scm: New file.
* po/guix/POTFILES.in: Add it.
* tests/publish.scm: New file.
* Makefile.am (MODULES): Add script module.
(SCM_TESTS): Add test module.
* doc/guix.texi ("Invoking guix publish"): New node.
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 39115f970b..5ac9201295 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -13,6 +13,7 @@ guix/scripts/substitute.scm guix/scripts/authenticate.scm guix/scripts/system.scm guix/scripts/lint.scm +guix/scripts/publish.scm guix/gnu-maintenance.scm guix/ui.scm guix/http-client.scm |