From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix binary tarball Date: Mon, 18 May 2015 00:45:18 +0200 Message-ID: <87a8x2j01t.fsf@gnu.org> References: <20150515164602.GA13539@debian> <87382xwyoz.fsf@gnu.org> <87egmej1et.fsf@gnu.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]:59473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yu7JE-0005IE-UI for guix-devel@gnu.org; Sun, 17 May 2015 18:45:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yu7JB-0003sz-OQ for guix-devel@gnu.org; Sun, 17 May 2015 18:45:24 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:35002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yu7JB-0003so-IT for guix-devel@gnu.org; Sun, 17 May 2015 18:45:21 -0400 In-Reply-To: <87egmej1et.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 18 May 2015 00:15:54 +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: Andreas Enge Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > These commits address most of what you reported, I think: > > 175ced4 * install: Use the right user and group name for files in the bin= ary tarball. > cfc149d * doc: Suggest the same build user and group names as on GuixSD. > d72d05f * doc: Better suggestion for the /usr/local/bin/guix symlink. Sorry, I was confused; 175ced4 is amended by: 01dbc7e * install: Files in the tarball are all root-owned. Ludo=E2=80=99.