diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-10-26 11:20:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-29 00:13:38 +0100 |
commit | 63eb2b899be7ac857454442e09d0ebd23fe4f871 (patch) | |
tree | 4f80c7c62a093ff8cb389ca432d54d5984a66d26 /Makefile.am | |
parent | b4c93a78c830a68d337598e7620adde64829bdb1 (diff) | |
download | patches-63eb2b899be7ac857454442e09d0ebd23fe4f871.tar patches-63eb2b899be7ac857454442e09d0ebd23fe4f871.tar.gz |
Add 'guix processes'.
* guix/scripts/processes.scm, tests/processes.scm: New files.
* Makefile.am (MODULES): Add the former.
(SCM_TESTS): Add the latter.
* po/guix/POTFILES.in: Add guix/scripts/processes.scm.
* doc/guix.texi (Invoking guix processes): New node.
(Invoking guix-daemon): Reference it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1acf0b12d0..8c3df8f396 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,6 +201,7 @@ MODULES = \ guix/scripts/hash.scm \ guix/scripts/pack.scm \ guix/scripts/pull.scm \ + guix/scripts/processes.scm \ guix/scripts/substitute.scm \ guix/scripts/authenticate.scm \ guix/scripts/refresh.scm \ @@ -343,6 +344,7 @@ SCM_TESTS = \ tests/ui.scm \ tests/status.scm \ tests/records.scm \ + tests/processes.scm \ tests/upstream.scm \ tests/combinators.scm \ tests/discovery.scm \ |