From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBc78-0003Xf-ON for guix-patches@gnu.org; Sun, 14 Oct 2018 04:51:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBc74-00061B-Fh for guix-patches@gnu.org; Sun, 14 Oct 2018 04:51:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44513) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gBc74-000612-AU for guix-patches@gnu.org; Sun, 14 Oct 2018 04:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gBc74-00063f-47 for guix-patches@gnu.org; Sun, 14 Oct 2018 04:51:02 -0400 Subject: [bug#33038] bootstrap: Regeneration of Mes bootstrap seeds. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBc6j-0003XH-PU for guix-patches@gnu.org; Sun, 14 Oct 2018 04:50:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBc6i-0005ut-Vk for guix-patches@gnu.org; Sun, 14 Oct 2018 04:50:41 -0400 From: Jan Nieuwenhuizen Date: Sun, 14 Oct 2018 10:50:25 +0200 Message-ID: <87d0scdi9a.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: 33038@debbugs.gnu.org Hi! In order to take care of these TODOs TODO: * regenerate Mes bootstrap seeds, put them on ftp.gnu.org * slow tests: "gnu-build-system", "union-build" * doc: make "Reduced Binary Seed Bootstrap" subsection in Bootstrapping * doc: update =E2=80=9CPreparing to Use the Bootstrap Binaries=E2=80=9D * doc: update =E2=80=9CReducing the Set of Bootstrap Binaries=E2=80=9D I replaced the opaque, manually created %mes-seed and %tinycc-seed by new pacckages: mes-stripped, mes-stripped-tarball, and %bootstrap-mes. That allowed me to modify the remaining documentation sections too. Sending a patch series, also available from https://gitlab.com/janneke/guix @core-updates-next =20=20=20=20 WDYT? Greetings, janneke