From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH 0/2] Add 'guix publish' command Date: Tue, 17 Mar 2015 11:20:34 -0400 Message-ID: <87619z1whp.fsf@fsf.org> References: <87egon1xkg.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtIO-0003ME-1C for guix-devel@gnu.org; Tue, 17 Mar 2015 11:20:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXtIM-0008M9-GJ for guix-devel@gnu.org; Tue, 17 Mar 2015 11:20:39 -0400 Received: from mail.fsf.org ([208.118.235.13]:59376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXtIM-0008M5-DB for guix-devel@gnu.org; Tue, 17 Mar 2015 11:20:38 -0400 Received: from 209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.40.86]:45694 helo=izanagi) by mail.fsf.org with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1YXtIK-0007Wz-E3 for guix-devel@gnu.org; Tue, 17 Mar 2015 11:20:37 -0400 In-Reply-To: <87egon1xkg.fsf@fsf.org> 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: guix-devel@gnu.org David Thompson writes: > This patch set has been a long time coming. Thanks to Ludo for helping > me solve the last blocking issue this morning. > > This new utility allows anyone to publish their /gnu/store directory > over HTTP, exposing a Hydra-compatible API. > > To use it, simply run `guix publish` on one of your machines, then tell > your other machines to use that one to fetch substitutes: > > guix archive --authorize < your-server-key.pub > guix-daemon --substitute-urls=your-server:8080 Oh, I forgot to mention a limitation: 'guix publish' currently does not use compress archives, so it uses a lot more bandwidth than Hydra does currently. In the future, it will be changed to use bz2 compression like Hydra. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate