[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] Add 'guix publish' command
From: |
David Thompson |
Subject: |
Re: [PATCH 0/2] Add 'guix publish' command |
Date: |
Tue, 17 Mar 2015 11:20:34 -0400 |
User-agent: |
Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) |
David Thompson <address@hidden> 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
- Re: [PATCH 1/2] store: Add query-path-info operation., (continued)
[PATCH 2/2] scripts: Add 'publish' command., David Thompson, 2015/03/17
- Re: [PATCH 2/2] scripts: Add 'publish' command., Ludovic Courtès, 2015/03/18
- Re: [PATCH 2/2] scripts: Add 'publish' command., David Thompson, 2015/03/27
- Re: [PATCH 2/2] scripts: Add 'publish' command., Ludovic Courtès, 2015/03/27
- Re: [PATCH 2/2] scripts: Add 'publish' command., Mark H Weaver, 2015/03/29
- Re: [PATCH 2/2] scripts: Add 'publish' command., David Thompson, 2015/03/29
- Re: [PATCH 2/2] scripts: Add 'publish' command., Ludovic Courtès, 2015/03/30
Re: [PATCH 0/2] Add 'guix publish' command,
David Thompson <=