Add 'guix describe'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 3 Sep 2018 13:03:33 +0000 (15:03 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 7 Sep 2018 09:40:22 +0000 (11:40 +0200)
commitbd7470185bae15e686c2b2a83d3f61807e6fa527
treee0e42c0a5c9be1993dea5622d5e6bb7464d1f757
parentee94cfeb99a7e3879c92ca21318960077ce4100e
Add 'guix describe'.

* guix/scripts/describe.scm: New file.
* Makefile.am (MODULES): Add it.
(SH_TESTS): Add tests/guix-describe.sh.
* po/guix/POTFILES.in: Add it.
* guix/scripts/pull.scm (display-profile-content): Export.
* guix/describe.scm (current-profile, current-profile-entries): Export.
* tests/guix-describe.sh: New file.
* doc/guix.texi (Features): Mention 'guix pull' and provenance tracking.
(Invoking guix pull): Link to 'guix describe'.
(Channels): Likewise.
(Invoking guix describe): New node.
Makefile.am
doc/guix.texi
guix/describe.scm
guix/scripts/describe.scm [new file with mode: 0644]
guix/scripts/pull.scm
po/guix/POTFILES.in
tests/guix-describe.sh [new file with mode: 0644]