From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Binary downloads Date: Fri, 7 Mar 2014 17:43:29 +0100 Message-ID: <20140307164329.GA3605@debian> References: <20140307134759.GA7726@thebird.nl> <20140307152132.GB27083@debian> <20140307162154.GB8946@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLxsB-0007hi-PG for guix-devel@gnu.org; Fri, 07 Mar 2014 11:43:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLxs4-0001C5-Gi for guix-devel@gnu.org; Fri, 07 Mar 2014 11:43:47 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:63040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLxs4-00019J-2D for guix-devel@gnu.org; Fri, 07 Mar 2014 11:43:40 -0500 Content-Disposition: inline In-Reply-To: <20140307162154.GB8946@thebird.nl> 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 On Fri, Mar 07, 2014 at 05:21:54PM +0100, Pjotr Prins wrote: > OK then. I'll build on a server instead. Is there a howto on creating your > own 'remote' package cache? And does Guix hashing ignore kernel > versions? The server has There is no need to install a separate server. If you wish to install a package on your laptop, "guix package -i package-name" will download the sources of all prerequisites and compile them for your (assuming that you installed guix and its daemon as explained in the manual). Andreas