chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] SVN Access to release an egg


From: Peter Bex
Subject: Re: [Chicken-users] SVN Access to release an egg
Date: Sun, 10 Mar 2013 22:08:11 +0100
User-agent: Mutt/1.4.2.3i

On Sun, Mar 10, 2013 at 03:55:40PM -0500, David Sosby wrote:
> Hi all,

Hi David!

> I've written a small egg that I was looking to publish. The goal of the 
> egg is to implement native generation of RFC4122 UUIDs without external 
> dependencies. First up is the simple random (v4) UUID.

Cool!

> https://github.com/dsosby/chicken-uuid
> Release Info file: 
> https://raw.github.com/dsosby/chicken-uuid/master/uuid.release-info

There seems to be a problem with the release-info file: It says
(uri targz 
"https://github.com/dsosby/chicken-{egg-name}/archive/chicken-{egg-release}.tar.gz";)
(release "0.1")

This will attempt to link to 
https://github.com/dsosby/chicken-uuid/archive/chicken-0.1.tar.gz
but you have no tag named chicken-0.1
There are no tags at all, so I think you've forgotten to push the tag.

> The wiki notes that I need svn write access to update the egg-locations 
> file. Can anyone do this for me?

I've added it for you.  Once you've fixed the link, your egg should
become available for chicken-install after a certain interval.

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



reply via email to

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