chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] new egg server at call-cc.org


From: Felix
Subject: [Chicken-users] new egg server at call-cc.org
Date: Wed, 11 Aug 2010 01:06:43 +0200 (CEST)

Hello!


The `chicken-install' program usually downloads from two different
servers of which one is currently unavailable (galinha.ucpel.tche.br),
so it may happen that the attempt to retrieve the extension times out,
if the remaining egg server (chicken.kitten-technologies.co.uk) is under
heavy load.

A new egg server set up at call-cc.org, so if you experience problems,
please give an exact download location, like this:

  chicken-install -l http://code.call-cc.org/cgi-bin/henrietta.cgi <EGGNAME> ...

Or, alternatively, edit the configuration file at
"<PREFIX>/share/chicken/setup.defaults" and replace

  (server
   (location "galinha")
   (transport http))

with

  (server
    (location "http://code.call-cc.org/cgi-bin/henrietta.cgi";)
    (transport http))

Sorry, if this caused any incoveniences. The migration of the
infrastructure went very well, but we are working heavily on cleaning
up and fixing bugs.  A big thank-you to everybody who participated in
this, in particular Mario and Peter who have been, and still are,
working tireless on getting everything into shape.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]