Re: Commit log for reverts

2020-01-04 Thread Brett Gilio
Jan 4, 2020 4:20:12 PM Ludovic Courtès : > Hola! > > guix-comm...@gnu.org skribis: > > > > commit a06a4f918243dc784f9089d60690559b72a4e308 > > Author: Brett Gilio > > Date: Fri Jan 3 20:15:44 2020 -0600 > > > > Revert "gnu: Add swi-prolog." > > > > This reverts commit 3f37f3909712eb7269b6e8184c

Commit log for reverts

2020-01-04 Thread Ludovic Courtès
Hola! guix-comm...@gnu.org skribis: > commit a06a4f918243dc784f9089d60690559b72a4e308 > Author: Brett Gilio > Date: Fri Jan 3 20:15:44 2020 -0600 > > Revert "gnu: Add swi-prolog." > > This reverts commit 3f37f3909712eb7269b6e8184c0d61bfc61b67f9. When reverting changes, I think we

Re: FOSDEM + Guix Days approaching!

2020-01-04 Thread Bengt Richter
Hi Pjotr, (who kindly added me to the list of 40), This is to announce publically that my slot will be available, as I sadly will be unable to attend. I hope this is early enough that it will not go to waste. On +2020-01-03 12:10:54 +0100, Ludovic Courtès wrote: > Hello Guix! > > The Guix Days

Re: Looking for someone to host an Overdrive server (ARM build farm)

2020-01-04 Thread Tobias Geerinckx-Rice
Pierre, That's a pity. While I'm… happy to host a third Overdrive, that should really be a last resort. Pierre Neidhardt 写道: I have here in Paris an Overdrive machine which used to build ARM package for Guix. Sadly I cannot get it online here at my apartment. Might I ask why not? Is the

Looking for someone to host an Overdrive server (ARM build farm)

2020-01-04 Thread Pierre Neidhardt
Hi! I have here in Paris an Overdrive machine which used to build ARM package for Guix. Sadly I cannot get it online here at my apartment. Would anyone be able to host it? Ideally with minimal downtime. It just needs a reliable Internet connection (via Ethernet); no specific maintenance requir

[PATCH] Support returning build information by output.

2020-01-04 Thread Christopher Baines
Being able to take a derivation and query the build information is useful, but in cases where there are multiple derivations that produce the same outputs, the probability of getting the data back from Cuirass is reduced. This is because Cuirass might not have build the exact derivation you have,