From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 30 11:05:39 2020 Received: (at 43101) by debbugs.gnu.org; 30 Aug 2020 15:05:39 +0000 Received: from localhost ([127.0.0.1]:50530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCOtn-0005Ez-Jb for submit@debbugs.gnu.org; Sun, 30 Aug 2020 11:05:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCOtm-0005En-Dr for 43101@debbugs.gnu.org; Sun, 30 Aug 2020 11:05:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40614) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kCOte-0003Ks-RZ; Sun, 30 Aug 2020 11:05:30 -0400 Received: from [2a01:e0a:19b:d9a0:24e2:2545:c1f2:cf9e] (port=57494 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kCOtd-0001RZ-KO; Sun, 30 Aug 2020 11:05:30 -0400 From: Mathieu Othacehe To: Julien Lepiller Subject: Re: [bug#43101] [PATCH] Add version number in release ISO References: <20200829154445.5512d99a@tachikoma.lepiller.eu> <87d038i6uf.fsf@gnu.org> <904ADAD9-76B7-4C7F-A0DF-39CEB6E3477D@lepiller.eu> Date: Sun, 30 Aug 2020 17:05:27 +0200 In-Reply-To: <904ADAD9-76B7-4C7F-A0DF-39CEB6E3477D@lepiller.eu> (Julien Lepiller's message of "Sun, 30 Aug 2020 10:35:24 -0400") Message-ID: <87v9h0p420.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43101 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 43101@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello Julien, Thanks for this patch! >>Please include (gnu image) and avoid =E2=80=98@=E2=80=99. > > (gnu image) is already imported, but conflicts with another module for pa= rtition, leading to a compilation error. What should I do? You can maybe write something like: --8<---------------cut here---------------start------------->8--- #:use-module ((srfi srfi-1) #:hide (partition)) --8<---------------cut here---------------end--------------->8--- > I'll add the architecture in there too, as per discussion in the osinfo-d= b MR. Do you think it could be useful to add the same mechanism to ISO images built by the CI? In that case, you could maybe use the same mechanism in (gnu ci) and label the boot partition with %guix-version? Thanks, Mathieu