chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH(5)] Teach Henrietta about major releases


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH(5)] Teach Henrietta about major releases
Date: Mon, 15 Sep 2014 21:14:39 +0200
User-agent: Mutt/1.4.2.3i

On Sun, Sep 14, 2014 at 10:19:08PM +0000, Mario Domenech Goulart wrote:
> I pushed the patches by Peter, including the one for henrietta (trunk,
> also bumped its major version).

I've made some further tweaks to henrietta-cache, pseudo-meta-egg-info
and the chicken-infrastructure script that runs henrietta-cache.  I've
also moved some files around on the server.  For future reference, the
commands I had to execute were (with the henrietta-cache cronjob
temporarily disabled!):

$ cd /var/cache/henrietta
$ mkdir 4
$ mv * 4  # ignore silly error
$ cd 4
$ for i in *; do mv $i/tags/* $i; done
$ rmdir */tags
$ cd ..
$ mkdir 5

After this, I re-enabled the cronjob and the 5 cache was populated.

The upshot of all this is that CHICKEN 5 can now install its eggs!
Right now you'll still have to pass -l call-cc, because otherwise it
will serve you a CHICKEN 4 egg from Alaric's machine.  Once
we've also updated Alaric's server everything will Just Work again,
for all major CHICKENs.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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