From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50013) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iB7ad-0006QL-IT for guix-patches@gnu.org; Thu, 19 Sep 2019 21:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iB7ac-0005Zt-M6 for guix-patches@gnu.org; Thu, 19 Sep 2019 21:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47777) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iB7ac-0005Zl-Jf for guix-patches@gnu.org; Thu, 19 Sep 2019 21:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iB7ac-0007f7-Ch for guix-patches@gnu.org; Thu, 19 Sep 2019 21:20:02 -0400 Subject: [bug#37466] [PATCH 0/4] Add heads. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:49860) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iB7aO-0005zb-4C for guix-patches@gnu.org; Thu, 19 Sep 2019 21:19:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iB7LR-0006Ix-UH for guix-patches@gnu.org; Thu, 19 Sep 2019 21:04:22 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:34490) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iB7LR-0006Ia-OX for guix-patches@gnu.org; Thu, 19 Sep 2019 21:04:21 -0400 From: Danny Milosavljevic Date: Fri, 20 Sep 2019 03:02:48 +0200 Message-Id: <20190920010248.28082-1-dannym@scratchpost.org> MIME-Version: 1.0 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: 37466@debbugs.gnu.org Danny Milosavljevic (4): gnu: Add musl-cross. gnu: Add heads. gnu: Add heads-linuxboot. gnu: Add heads-qemu-linuxboot. gnu/local.mk | 1 + gnu/packages/heads.scm | 557 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 558 insertions(+) create mode 100644 gnu/packages/heads.scm