From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDltb-0007BP-Uq for guix-patches@gnu.org; Sat, 20 Oct 2018 03:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDlta-0004TX-Lr for guix-patches@gnu.org; Sat, 20 Oct 2018 03:42:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55961) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDlta-0004T6-F2 for guix-patches@gnu.org; Sat, 20 Oct 2018 03:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDlta-0001MY-5v for guix-patches@gnu.org; Sat, 20 Oct 2018 03:42:02 -0400 Subject: [bug#33038] [PATCH 4/6] gnu: mescc-tools: Update to 0.5.2-0.bb062b0d. Resent-Message-ID: From: Jan Nieuwenhuizen References: <20181014085857.3863-1-janneke@gnu.org> <20181014085857.3863-4-janneke@gnu.org> <87mur9d3lw.fsf@gnu.org> Date: Sat, 20 Oct 2018 09:41:25 +0200 In-Reply-To: <87mur9d3lw.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 19 Oct 2018 23:32:43 +0200") Message-ID: <871s8lawuy.fsf@gnu.org> 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: 33038@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Jan Nieuwenhuizen skribis: > >> * gnu/packages/mes.scm (mescc-tools): Update to 0.5.2-0.bb062b0d. >> mescc >> * gnu/packages/commencement.scm (mescc-tools-boot): Stay at 0.5.2 > > I guess the choice of commit relates to that of Mes? Yes, also build adaptations for using the new %bootstrap-mes. mescc-tools-boot will probably through a number of build updates. The first bootstrap build of mescc-tools-boot used %mes-seed, now replaced by %bootstrap-mes. We are working to bootstrap it using M2-Planet, but currently it still needs manually built %mescc-tools-seeds and also that hasn't been packaged yet. > Anyway, LGTM! Thanks! I'll update core-updates-next with all these together when we're ready to close #33038. janneke