GNU accepted for GSoC

2014-02-27 Thread Ludovic Courtès
Hello! GNU was accepted as a mentoring organization for Google’s Summer of Code, which means we should start discussing the ideas for Guix in more details. The current list of ideas is at http://www.gnu.org/software/soc-projects/ideas-2014.html, but we can still amend it. If you’re an eligible

Re: [GSoC] Emacs UI for Guix

2014-02-27 Thread Ludovic Courtès
Hi Yagnesh, Yagnesh Raghava Yakkala h...@yagnesh.org skribis: I would recommend that you first familiarize yourself with Guix by installing it, reporting any problems, and browsing the docs and code. Sure, I will do that. This project may require a little bit of Scheme hacking to factorize

Re: Signed archives (preliminary patch)

2014-02-27 Thread Nikita Karetnikov
Too lazy to write a proper commit message, so here’s the diff. Please take a look and comment on the XXX stuff. diff --git a/guix/base64.scm b/guix/base64.scm new file mode 100644 index 000..f7f7f5f --- /dev/null +++ b/guix/base64.scm @@ -0,0 +1,212 @@ +;; -*- mode: scheme; coding: utf-8 -*-

Build timeout on Hydra

2014-02-27 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Fri, Feb 21, 2014 at 07:20:07PM +0100, Andreas Enge wrote: On Fri, Feb 21, 2014 at 06:49:43PM +0100, Ludovic Courtès wrote: IIUC the code, there’s not absolute timeout by default, only a timeout-on-silence. Which one do we hit here? Things seem to

Re: Signed archives (preliminary patch)

2014-02-27 Thread Ludovic Courtès
Thanks for working on it. Some preliminary comments: Nikita Karetnikov nik...@karetnikov.org skribis: --- /dev/null +++ b/guix/base64.scm @@ -0,0 +1,212 @@ +;; -*- mode: scheme; coding: utf-8 -*- +;; +;; This module was renamed from (weinholt text base64 (1 0 20100612)) to +;; (guix