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 _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
