[PATCH] doc: Document database schema.

2017-05-05 Thread Ricardo Wurmus
* doc/cuirass.texi: Add "Database" node. --- doc/cuirass.texi | 149 +++ 1 file changed, 149 insertions(+) diff --git a/doc/cuirass.texi b/doc/cuirass.texi index 39d256f..c045002 100644 --- a/doc/cuirass.texi +++ b/doc/cuirass.texi @@ -55,6 +55,

I can not run 'guix pull', how to deal with

2017-05-05 Thread tumashu
feng@tumashu:~ $ guix pull fetching path `/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem'... Downloading https://mirror.hydra.gnu.org/guix/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem (2KiB installed)... guix substitute: error: download from 'https://mirror.hydra.gnu.org/

Re: I can not run 'guix pull', how to deal with

2017-05-05 Thread ng0
Hi, tumashu transcribed 2.7K bytes: > feng@tumashu:~ $ guix pull > fetching path `/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem'... > Downloading > https://mirror.hydra.gnu.org/guix/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem > (2KiB installed)... > guix substitute: err

Re: I can not run 'guix pull', how to deal with

2017-05-05 Thread ng0
ng0 transcribed 1.2K bytes: > Hi, > > tumashu transcribed 2.7K bytes: > > feng@tumashu:~ $ guix pull > > fetching path > > `/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem'... > > Downloading > > https://mirror.hydra.gnu.org/guix/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pe

Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Maxim Cournoyer
On May 5, 2017 3:38:14 AM PDT, Ricardo Wurmus wrote: >* doc/cuirass.texi: Add "Database" node. >--- >doc/cuirass.texi | 149 >+++ > 1 file changed, 149 insertions(+) > >diff --git a/doc/cuirass.texi b/doc/cuirass.texi >index 39d256f..c045002 10064

Re: Problems running 'check-system'

2017-05-05 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >>> Issue #2: even when I run 'make' first, the test fails. It fails with >>> this message: >>> >>> [... some output omitted for brevity ...] >>> >>> starting phase `copy-bootstrap-guile' >>> Backtrace: >>> In ic

Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Ricardo Wurmus
Maxim Cournoyer writes: > On May 5, 2017 3:38:14 AM PDT, Ricardo Wurmus wrote: >>* doc/cuirass.texi: Add "Database" node. >>--- […] > Very well written; LGTM! And thanks for documenting cuirass! Thank you for the review! Pushed to guix-cuirass with commit a733cd7. -- Ricardo GPG: BCA6 89B6

Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * doc/cuirass.texi: Add "Database" node. Great! For the record, the schema was loosely inspired by Hydra’s own schema: https://github.com/NixOS/hydra/blob/master/src/sql/hydra.sql > +@item file > +The full path of the Scheme file containing PROC. s/full path/absol

Re: I can not run 'guix pull', how to deal with

2017-05-05 Thread Ludovic Courtès
tumashu skribis: > feng@tumashu:~ $ guix pull > fetching path `/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem'... > Downloading > https://mirror.hydra.gnu.org/guix/nar/gzip/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem > (2KiB installed)... > guix substitute: error: download from

Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Ricardo Wurmus
Ludovic Courtès writes: > For the record, the schema was loosely inspired by Hydra’s own schema: > > https://github.com/NixOS/hydra/blob/master/src/sql/hydra.sql Ah, good to know. >> +@item file >> +The full path of the Scheme file containing PROC. > > s/full path/absolute file name/ :-) >

Re: Debugging info unavailability

2017-05-05 Thread Ludovic Courtès
Hi! Maxim Cournoyer skribis: > The ideal situation would be to not be space contrived and to build a cache > everything or at least following some heuristic such as "every package that > was requested at least once in the past month". For someone following > master, I find that the current way s

Re: UEFI support in boot image

2017-05-05 Thread Ludovic Courtès
Hello Marius, Marius Bakke skribis: > Thanks for the feedback! I'll keep hammering at this and should > hopefully have something usable within a few weeks. Currently, need to > figure out why the qemu builder can't find the ISO8859-1 kernel module. Any news from the front? :-) Ludo’.

reepca joins Guix for GSoC 2017!

2017-05-05 Thread Ludovic Courtès
Hello Guix! I’m happy to announce that reepca (Cc’d) will join us for the Google Summer of Code (GSoC). Reepca will be working on rewriting the build daemon in Scheme: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00059.html https://libreplanet.org/wiki/Group:Guix/GSoC-2017#Rewri

Re: reepca joins Guix for GSoC 2017!

2017-05-05 Thread Adonay Felipe Nogueira
Welcome reepca! :) Although I'm not a developer, I do contribute to Guix by testing, reporting bugs, helping people out and also do some hacking from time to time. Also, depending on the subject, I also can provide some insights when called upon. So, feel free to ask for help or insight if you ne

Re: Debugging info unavailability

2017-05-05 Thread Ricardo Wurmus
Ludovic Courtès writes: >> What good is a substitute server if it doesn't hold the stuff I need >> *now*? :) On the other side, it really makes me want to look at GNUnet, >> which seems like the better long term solution. > > Though GNUnet doesn’t solve the fact that one needs a lot of CPU and >

Re: reepca joins Guix for GSoC 2017!

2017-05-05 Thread Ricardo Wurmus
Ludovic Courtès writes: > Reepca: do not hesitate to ask any questions you may have on #guix or > help-g...@gnu.org or guix-devel@gnu.org. We’re here to help! > > Congratulations and welcome to Guix, reepca! :-) I second this: congrats and welcome! You don’t need to wait until you have fully

Re: Debugging info unavailability

2017-05-05 Thread Maxim Cournoyer
Hi! > Maybe that’s because you stumbled upon corrupt items? I really think > we’re reaching the end of these problems now that we use ‘guix publish > --cache’. > That's possible! I've stumbled on a few of those in the past 2 weeks. It's good to know something's been done about it! >> What good

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-05 Thread Petter
Hi Eric, On Thu, 4 May 2017 22:03:24 -0500 Eric Bavier wrote: > Hello Petter, > > Pushed as f9ff014bf623071b9343265e8a5aa994a10ec9d4 ! Cool! :) > I ended up whitelisting a few more of the fonts, after verifying their > licenses, and made some more specific notes on the license of each > font.

Re: 01/01: guix: git: Add new module.

2017-05-05 Thread Leo Famulari
On Fri, May 05, 2017 at 01:53:25PM -0400, Mathieu Othacehe wrote: > mothacehe pushed a commit to branch master > in repository guix. > > commit a70b784708fb5e1b78430aa793d89ca04bc641a8 > Author: Mathieu Othacehe > Date: Fri May 5 11:01:50 2017 +0200 > > guix: git: Add new module. > >

fish: how to change the vendor_* directories

2017-05-05 Thread ng0
Today I noticed that my fish completions don't work if you install them from within guix. They do work if they are in one of the scanned directories, which includes and used to be ~/.config/fish/completions/ where I symlinked my developer copy to. So I just learned about ${PREFIX}/share/fish/vendo

[PATCH] Add neofetch to games.scm doubleplusgoo...@gmail.com

2017-05-05 Thread doubleplusgood23
Pretty small patch for my first time commiting. >From ff50a931905376440f245c37df620d724a78dde9 Mon Sep 17 00:00:00 2001 From: "Ethan R. Jones" Date: Fri, 5 May 2017 22:02:48 -0400 Subject: [PATCH] Adding neofetch to the games package expression. --- gnu/packages/games.scm | 35 ++