From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] build: container: Add #:host-uids argument to call-with-container. Date: Tue, 18 Aug 2015 17:53:31 +0200 Message-ID: <871tf0oao4.fsf@gnu.org> References: <877fpeqwrr.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRjCl-0004mz-3n for guix-devel@gnu.org; Tue, 18 Aug 2015 11:53:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRjCg-0007Gw-Du for guix-devel@gnu.org; Tue, 18 Aug 2015 11:53:39 -0400 In-Reply-To: (David Thompson's message of "Sat, 8 Aug 2015 14:06:22 -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: "Thompson, David" Cc: guix-devel "Thompson, David" skribis: > On Sat, Aug 1, 2015 at 9:55 PM, David Thompson wrote: >> This patch should resolve the issues we're having with the container >> tests when building Guix with Guix. Tested on 'wip-container' with >> 'guix environment --container'. > > I pushed this. Thanks. Ludo'.