Re: Questions and Notes regarding Offloading and Substitutes

2015-06-02 Thread Carlos Sosa
l...@gnu.org (Ludovic Courtès) writes: > > I must say that the fact that lsh was not mentioned was originally > intentional, on the grounds that the implementation would “soon” switch > to Guile-SSH instead (which is compatible with OpenSSH, not lsh.) But > that hasn’t happened yet, although ther

Re: [PATCH] Add Data::Stag

2015-06-02 Thread Eric Bavier
On 2015-06-02 09:58, Ricardo Wurmus wrote: * gnu/packages/perl.scm (perl-data-stag): New variable. LGTM! -- `~Eric

Re: GSoC: Porting Guix to Hurd week 3+4 report.

2015-06-02 Thread Thomas Schwinge
Hi! On Tue, 2 Jun 2015 17:06:48 +0300, Manolis Ragkousis wrote: > > > [GCC build problem] > I am attaching the complete build > log and any related log. Thanks, and I tried, but it's too cumbersome to handle that massive amount of data in this way. It'll be much easier if I can reproduce the

[PATCH] Add Data::Stag

2015-06-02 Thread Ricardo Wurmus
>From 66133f87b988417ba9207ac5d101a94a7ed601b4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 2 Jun 2015 16:35:23 +0200 Subject: [PATCH 1/2] gnu: Add IO::String. * gnu/packages/perl.scm (perl-io-string): New variable. --- gnu/packages/perl.scm | 19 +++ 1 file changed,

Re: [PATCH] Add a ‘verifyStore’ RPC

2015-06-02 Thread Eelco Dolstra
Hi, On 01/06/15 23:20, Ludovic Courtès wrote: > The patch below adds a ‘verifyStore’ RPC with the same signature as the > current LocalStore::verifyStore method. Thanks! I've applied this with the following change to disallow repairing by unprivileged users (since it's a potentially dangerous op