Re: [PATCH] Add (guix gnu-maintenance).

2012-12-05 Thread Ludovic Courtès
Nikita Karetnikov skribis: >> Can you post an updated patch? > > Attached. Applied, thanks! In the future, we may want to use GNU recutils to parse all of the file. > Where can I read about 'and=>'? I haven't found it in the manual. It’s missing from the manual, indeed. Patch welcome. :-)

Re: [PATCH] Add (guix gnu-maintenance).

2012-12-04 Thread Nikita Karetnikov
> Can you post an updated patch? Attached. Where can I read about 'and=>'? I haven't found it in the manual. From 8aad5e89632e311a5ea45a4fe2cc97c28c205f80 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Tue, 4 Dec 2012 23:02:22 +0000 Subject: [PATCH] Add (guix gnu-

Re: [PATCH] Add (guix gnu-maintenance).

2012-12-04 Thread Ludovic Courtès
Hi, Nikita Karetnikov skribis: > +(define (http-fetch str) > + "Fetch a file from STR, which should be a URI." Rather: (define (http-fetch uri) "Return a string containing the textual data at URI, a string." ...) > + (error "download failed:" str code > + (string

Re: [PATCH] Add (guix gnu-maintenance).

2012-12-03 Thread Nikita Karetnikov
I've slightly changed it. From d07bf47caacc2bc71f5fea85a2963ee81bf29f9c Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Tue, 4 Dec 2012 03:10:39 + Subject: [PATCH] Add (guix gnu-maintenance). * guix/gnu-maintenance.scm: New file. * Makefile.am (MODULES): Add it. --- Makefi

[PATCH] Add (guix gnu-maintenance).

2012-12-03 Thread Nikita Karetnikov
dbb5881390950eceac9bb Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Tue, 4 Dec 2012 02:45:46 +0000 Subject: [PATCH] Add (guix gnu-maintenance). * guix/gnu-maintenance.scm: New file. * Makefile.am (MODULES): Add it. --- Makefile.am |1 + guix/gnu-maintenance.scm | 56 +++