Add 'guix challenge'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 19 Oct 2015 22:55:09 +0000 (00:55 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 19 Oct 2015 22:57:36 +0000 (00:57 +0200)
commitd23c20f1d054935d4d865adfbfb5777c512444e1
tree6e51977778282a331a26485573cda6c5561b2c16
parentea0c6e0507a6997f12a4f29d0445b51cf53bd81e
Add 'guix challenge'.

* guix/scripts/challenge.scm, tests/challenge.scm: New files.
* Makefile.am (MODULES): Add the former.
  (SCM_TESTS): Add the latter.
* doc.am (SUBCOMMANDS): Add 'challenge'.
* doc/guix.texi (Substitutes): Add xref to 'guix challenge'.
  (Invoking guix challenge): New node.
* doc/contributing.texi (Submitting Patches): Add note about using 'guix
  challenge'.
* po/guix/POTFILES.in: Add guix/scripts/challenge.scm.
Makefile.am
doc.am
doc/contributing.texi
doc/guix.texi
guix/scripts/challenge.scm [new file with mode: 0644]
po/guix/POTFILES.in
tests/challenge.scm [new file with mode: 0644]