From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43059) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXQG7-0007Jw-VN for guix-patches@gnu.org; Wed, 20 Nov 2019 08:43:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXQG7-0005Jt-1g for guix-patches@gnu.org; Wed, 20 Nov 2019 08:43:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40325) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXQG6-0005JZ-UU for guix-patches@gnu.org; Wed, 20 Nov 2019 08:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXQG6-0007Ac-Ib for guix-patches@gnu.org; Wed, 20 Nov 2019 08:43:02 -0500 Subject: [bug#38301] [PATCH 0/4] Allow for multiple '--manifest' options Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42890) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXQFW-0007HZ-2z for guix-patches@gnu.org; Wed, 20 Nov 2019 08:42:26 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Wed, 20 Nov 2019 14:42:13 +0100 Message-Id: <20191120134213.30753-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38301@debbugs.gnu.org Cc: Konrad Hinsen , Pierre Neidhardt , Ludovic =?UTF-8?Q?Court=C3=A8s?= Hello Guix! As discussed on guix-devel, this patch series ensures that one can pass multiple ‘--manifest’ options to ‘guix package’, ‘guix pack’, and ‘guix environment’ (which already supported it actually!). Feedback welcome! Ludo’. Ludovic Courtès (4): environment: Document that '--manifest' can be repeated. profiles: Add 'concatenate-manifests'. package: Allow multiple '--manifest' options. pack: Allow multiple '--manifest' options. doc/guix.texi | 9 ++++--- guix/profiles.scm | 5 ++++ guix/scripts/pack.scm | 17 +++++++++---- guix/scripts/package.scm | 50 ++++++++++++++++++++------------------- tests/guix-environment.sh | 23 ++++++++++++++++++ tests/guix-pack.sh | 11 +++++++++ tests/guix-package.sh | 13 ++++++++++ tests/profiles.scm | 5 ++++ 8 files changed, 101 insertions(+), 32 deletions(-) -- 2.24.0