Re: [PATCH 0/2] Improve search path handling?

2015-03-02 Thread Dave Thompson
Ludovic Courtès writes: > Mark H Weaver skribis: > >> Andreas Enge writes: >> >>> On Sat, Feb 28, 2015 at 12:31:59PM -0500, David Thompson wrote: Yes, I think so. I think I have resolved this, but it's a "rebuild the world" change so I don't yet know if it works. Would it be possibl

The physical host for hydra.gnu.org is down!

2015-03-11 Thread Dave Thompson
There seems to be hardware failure on one of the FSF's servers hosted at MIT. Unfortunately, our Hydra VM runs on that machine, so no one will be getting substitutes until the physical host is back up. :( Apologies for the downtime. -- David Thompson Web Developer - Free Software Foundation -

[PATCHES] Add awscli and 7 pre-requisite Python libraries.

2016-01-27 Thread Dave Thompson
Here's a patch set I've been sitting on for awhile for the AWS CLI. Do note that the AWS APIs are not exclusive to Amazon. Free software such as Eucalyptus [0] and OpenStack also implement these APIs for compatibility reasons, and both the boto library and awscli itself can be used to manipulate

[PATCH] Remove sunet.se FTP mirror.

2014-08-12 Thread Dave Thompson
The mirror ftp.sunet.se is shutting down soon. Today it was removed from the mirror list on gnu.org. >From 41cda05b269da77310537eaf17afd2daa15a36c9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 12 Aug 2014 09:48:34 -0400 Subject: [PATCH] Remove ftp.sunset.se mirror. * guix/download.s

Packaging JavaScript libraries

2014-09-03 Thread Dave Thompson
JavaScript source files are typically bundled in a web applications source tree or bundled by a JavaScript only package manager such as Bower. Would it make sense to package JavaScript libraries in Guix? I'm not sure how to approach the packaging of JavaScript at the system level. Thoughts? --