bug#28709: [PATCH 0/4] Content-addressed mirrors for VCS checkouts

2017-10-19 Thread Ludovic Courtès
Howdy! Christopher Baines skribis: > On Tue, 17 Oct 2017 10:48:03 +0200 > Ludovic Courtès wrote: [...] >> Ludovic Courtès (4): >> download: Remove old-Guile leftovers. >> download: Make 'http-fetch' public. >> Add (guix progress). >> download: Download

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-19 Thread Ludovic Courtès
Hello! Marius Bakke skribis: > Ludovic Courtès writes: [...] >> Another option, in the meantime is this: >> >> diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm >> index 273a895be..f763b430b 100644 >> --- a/gnu/system/vm.scm >> +++ b/gnu/system/vm.scm >>

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-19 Thread Oleg Pykhalov
Hello Ludovic, Apologies for the late reply. l...@gnu.org (Ludovic Courtès) writes: > Marius Bakke skribis: > >> Oleg Pykhalov writes: >> >>> EFI bootloader configuration causes problems to test with 'system vm' >>> before 'reconfigure'. >> >> This is

bug#28768: guix system vm Failed to install GRUB (EFI)

2017-10-19 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> Oleg Pykhalov writes: >> >>> EFI bootloader configuration causes problems to test with 'system vm' >>> before 'reconfigure'. >> >> This is because `guix system vm` is not currently UEFI

bug#15549: hydra.gnu.org uses nontrivial and nonfree javascript

2017-10-19 Thread Thompson, David
On Thu, Aug 28, 2014 at 3:02 PM, Christophe Jarry wrote: >> AFAICS it's actually the case. However, all this lacks the right >> tags for LibreJS to recognize it. >> >> Could you tell us what's needed to make it work? > > You should be able to do it with the instructions on

bug#15549: hydra.gnu.org uses nontrivial and nonfree javascript

2017-10-19 Thread Ricardo Wurmus
Ludovic Courtès writes: >> We need to add license comments to the JavaScript files and to >> non-trivial embedded script blocks. >> >> I would like to do this, but I don’t know where the code is that I >> should edit, or if this should just be done on our single >>

bug#28664: Old narinfos of tarballs purged on berlin

2017-10-19 Thread Ludovic Courtès
Hello there, As a followup to , Ricardo upgraded to the latest Guix on berlin, and I’ve now removed old .narinfos corresponding to tarballs for which we potentially lacked the corresponding nar: sudo find /var/cache/guix/publish/none -mtime +7 -exec rm -v {} \;

bug#19811: Attempt to graft texlive times out after one hour

2017-10-19 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Mark H Weaver skribis: >> >>> I was able to do it by passing "--max-silent-time=36000". It ended up >>> taking just under 2 hours (real time) to graft texlive on my i686 >>>