[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://wiki.call-cc.org/eggref/4/civet

Thanks to all!

--
Matt Gushee

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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 m...@gushee.net 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
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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 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
mario.goul...@gmail.com wrote:
 On Wed, 3 Apr 2013 10:04:39 -0600 Matt Gushee m...@gushee.net 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
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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 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
 mario.goul...@gmail.com wrote:
 On Wed, 3 Apr 2013 10:04:39 -0600 Matt Gushee m...@gushee.net 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
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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 m...@gushee.net 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?

Looks like the tags you created (https://github.com/mgushee/civet/tags)
don't match the ones in the .release-info file
(https://github.com/mgushee/civet/blob/master/civet.release-info).

So, henrietta-cache is unable to download the tarballs:
http://code.call-cc.org/henrietta-cache/2013/04/03/13-40-01.err.log


Best wishes.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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 zbignie...@gmail.com 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
 (uri targz 
 https://github.com/mgushee/{egg-name}/tarball/release-{egg-release};)

Yep, that worked. Thank you!

--
Matt Gushee

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users