From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37428) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYAIL-0006kp-P9 for guix-patches@gnu.org; Fri, 22 Nov 2019 09:52:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYA5O-00037P-Vp for guix-patches@gnu.org; Fri, 22 Nov 2019 09:39:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iYA5O-00037L-Sv for guix-patches@gnu.org; Fri, 22 Nov 2019 09:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iYA5O-0000nk-ON for guix-patches@gnu.org; Fri, 22 Nov 2019 09:39:02 -0500 Subject: [bug#38301] [PATCH 0/4] Allow for multiple '--manifest' options Resent-Message-ID: MIME-Version: 1.0 References: <20191120134213.30753-1-ludo@gnu.org> In-Reply-To: From: zimoun Date: Fri, 22 Nov 2019 15:37:52 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Konrad Hinsen Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 38301@debbugs.gnu.org Hi Ludo, On Wed, 20 Nov 2019 at 17:34, Konrad Hinsen wr= ote: > > Hi Ludo, > > > As discussed on guix-devel, this patch series ensures that one can > > pass multiple =E2=80=98--manifest=E2=80=99 options to =E2=80=98guix pac= kage=E2=80=99, =E2=80=98guix pack=E2=80=99, > > and =E2=80=98guix environment=E2=80=99 (which already supported it actu= ally!). > > > > Feedback welcome! Neat! The test guix-pack fails but because I am trying to use "git worktree" so maybe I am doing something wrong. I am investigating in tests-suite.log. Cheers, simon