;; This is a Guix channel.
(channel
(version 0)
(news-file "etc/news.scm")
(keyring-reference "keyring")
(url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
' href='/cgit-static/favicon.ico'/>
Age | Commit message (Expand) | Author |
2019-12-10 | tests: processes: Skip tests if running with binfmt....* tests/processes.scm (binfmt-misc?): New procedure,
(test-assert*): new procedure that skips the test if binfmt-misc? returns
| Mathieu Othacehe |
2018-10-29 | 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.
| Ludovic Courtès |