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

2013-04-03 Thread Matt Gushee
Hi, Jim On Wed, Apr 3, 2013 at 12:33 PM, Jim Ursetto wrote: > 1) You didn't tag version 0.2.1 Or rather, forgot to push the tag to GitHub. > 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 >

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

2013-04-03 Thread Mario Domenech Goulart
Hi Matt, On Wed, 3 Apr 2013 12:25:11 -0600 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-in

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

2013-04-03 Thread Jim Ursetto
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 wo

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

2013-04-03 Thread Matt Gushee
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 eith

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

2013-04-03 Thread Mario Domenech Goulart
On Wed, 3 Apr 2013 10:04:39 -0600 Matt Gushee 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/ci

[Chicken-users] Civet egg ready for release

2013-04-03 Thread Matt Gushee
Hello-- 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://wik