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: Mon, 13 Apr 2015 11:57:20 +0200 Message-ID: <87pp78bbb3.fsf@gnu.org> References: <20150410084651.GA23353@thebird.nl> <873848p5kd.fsf@gnu.org> <20150410131420.GB24509@thebird.nl> <87a8ydt8k8.fsf_-_@gnu.org> <20150413065448.GA6451@thebird.nl> 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]:55594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yhb7P-00048c-AV for guix-devel@gnu.org; Mon, 13 Apr 2015 05:57:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yhb7M-0005D2-53 for guix-devel@gnu.org; Mon, 13 Apr 2015 05:57:27 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yhb7M-0005Cy-1n for guix-devel@gnu.org; Mon, 13 Apr 2015 05:57:24 -0400 In-Reply-To: <20150413065448.GA6451@thebird.nl> (Pjotr Prins's message of "Mon, 13 Apr 2015 08:54:48 +0200") 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: Pjotr Prins Cc: guix-devel@gnu.org Pjotr Prins skribis: > The tar-ball works a treat!! Simply download and > > tar -C / --lzip -xvf guix-tarball-0.8.1.1140.tar.lz=20 > export ~/.guix-profile/bin:$PATH > > Add the build users, update the /gnu/store permissions Normally guix-daemon adjusts the permissions/ownership of /gnu/store automatically nowadays, so that part shouldn=E2=80=99t even be needed. > Very nice. GNU Guix out of a box. No more installation pain.=20 > > The tar-ball should go in the standard download directory. I would > name the tar ball with something 'binary', maybe add the supported > Linux versions (3.x?) and the architecture in the name. Just to be > complete. There may be other editions later. Yes, something like guix-binary-0.8.2.x86_64.tar.gz? I guess we=E2=80=99ll publish it for the next release. Thanks for your feedback! Ludo=E2=80=99.