From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emP4h-00014v-RF for guix-patches@gnu.org; Thu, 15 Feb 2018 14:20:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emP4c-00045U-6k for guix-patches@gnu.org; Thu, 15 Feb 2018 14:20:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37224) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emP4c-00045Q-1s for guix-patches@gnu.org; Thu, 15 Feb 2018 14:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emP4b-00051V-QM for guix-patches@gnu.org; Thu, 15 Feb 2018 14:20:01 -0500 Subject: [bug#30409] [PATCH 1/2] guix: Add option --manifest to guix pack Resent-Message-ID: From: Konrad Hinsen In-Reply-To: <87eflm9vzb.fsf@gnu.org> References: <87eflm9vzb.fsf@gnu.org> Date: Thu, 15 Feb 2018 20:19:34 +0100 Message-ID: MIME-Version: 1.0 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30409@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Awesome! I took the liberty to make the changes below (let me know if > anything=E2=80=99s amiss!), and adjusted the commit log to match our > conventions. Well, there is this: > @@ -347,6 +348,9 @@ Create a bundle of PACKAGE.\n")) > -C, --compression=3DTOOL compress using TOOL--e.g., \"lzip\"")) > (display (G_ " > -S, --symlink=3DSPEC create symlinks to the profile according to S= PEC")) > + (display (G_ " > + -m, --manifest=3DFILE create a new profile generation with the mani= fest > + from FILE")) The "new profile generation" should probably be "bundle". Otherwise this looks fine! Konrad.