chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Civet egg ready for release


From: Jim Ursetto
Subject: Re: [Chicken-users] Civet egg ready for release
Date: Wed, 3 Apr 2013 13:33:26 -0500

Two reasons:

1) You didn't tag version 0.2.1
2) Your tags say release-0.2 instead of 0.2, so you have to change

(uri targz "https://github.com/mgushee/{egg-name}/tarball/{egg-release}";)
to
(uri targz 
"https://github.com/mgushee/{egg-name}/tarball/release-{egg-release}";)

I think this should work.

On Apr 3, 2013, at 1:25 PM, Matt Gushee wrote:

> Thanks, Mario! However, there seems to be something wrong. I tried
> 'chicken-install civet', and get an error saying there is no .meta
> file. There certainly is one, but somehow it is not being recognized.
> When I try 'chicken-install -r civet, I get:
> 
>  civet/
>      tags/
> 
> That's it. No files in either directory (and the tags directory is not
> one that I created ... I'm guessing it's a GitHub artifact.
> 
> Any idea what the problem is?
> 
> On Wed, Apr 3, 2013 at 11:01 AM, Mario Domenech Goulart
> <address@hidden> wrote:
>> On Wed, 3 Apr 2013 10:04:39 -0600 Matt Gushee <address@hidden> wrote:
>> 
>>> I am pleased to announce that my 'civet' template engine is now ready
>>> for release as an egg. Would Mario or someone be kind enough to add it
>>> to the directory? The release-info file is at:
>>> 
>>> https://raw.github.com/mgushee/civet/master/civet.release-info
>>> 
>>> and documentation is at:
>>> 
>>> https://wiki.call-cc.org/eggref/4/civet
>>> 
>>> Thanks to all!
>> 
>> Thank you, Matt.  I've added your egg to the coop.
>> 
>> Best wishes.
>> Mario
>> --
>> http://parenteses.org/mario
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users




reply via email to

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