From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Self-contained Guix tarball Date: Tue, 14 Apr 2015 23:33:13 +0200 Message-ID: <87bniq2y5i.fsf@gnu.org> References: <20150410084651.GA23353@thebird.nl> <873848p5kd.fsf@gnu.org> <20150410131420.GB24509@thebird.nl> <87a8ydt8k8.fsf_-_@gnu.org> <20150413065448.GA6451@thebird.nl> <87pp78bbb3.fsf@gnu.org> <877ftgrwa9.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi8Sg-0005Rf-KU for guix-devel@gnu.org; Tue, 14 Apr 2015 17:33:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yi8SR-0002oF-4W for guix-devel@gnu.org; Tue, 14 Apr 2015 17:33:38 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi8SR-0002oB-1M for guix-devel@gnu.org; Tue, 14 Apr 2015 17:33:23 -0400 In-Reply-To: <877ftgrwa9.fsf@netris.org> (Mark H. Weaver's message of "Mon, 13 Apr 2015 09:29:50 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > Could we add a package to Guix to build this? If that is undesirable > for some reason, could we add a command to build it, and jobs on Hydra > to build it automatically on all platforms supported by the build farm, > analogous to the 'usb-image' jobs? Commit b607593 adds Hydra jobs, and commit 9d3fb6c adds the code and a Makefile target: make guix-binary.x86_64-linux.tar.xz or similar builds the binary tarball. We=E2=80=99ll have to figure out how to handle that for all the systems, fo= r the release. Thanks, Ludo=E2=80=99.