pack: Allow multiple '--manifest' options.
authorLudovic Courtès <ludo@gnu.org>
Wed, 20 Nov 2019 11:13:32 +0000 (12:13 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 22 Nov 2019 14:07:59 +0000 (15:07 +0100)
commitca541f9ce692ef96f6d5638eb37f70714cedd933
tree8a897ee6af065d81bc72a6238e3899b11c4f53ce
parentbf9206d8edb06cc4c62fe5559504cf1518c2de9e
pack: Allow multiple '--manifest' options.

* guix/scripts/pack.scm (guix-pack): Collect 'manifest' options, and
concatenate the resulting manifests.
* tests/guix-pack.sh: Test it.
* doc/guix.texi (Invoking guix pack): Document it.
doc/guix.texi
guix/scripts/pack.scm
tests/guix-pack.sh