#593 closed enhancement (fixed)
henrietta must pass the version of the downloaded egg to chicken-install
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | core tools | Version: | 4.7.x |
Keywords: | henrietta chicken-install | Cc: | sjamaan, Mario Domenech Goulart |
Estimated difficulty: |
Description
Since it is inconvenient and somewhat redundant to specify the version number to install-extension
, chicken-install
should receive the version number of the egg retrieved via henrietta. The current henrietta code drops the second result value of retrieve-extension
, but should pass it to the client in some backwards-compatible way. This version could then be given to the setup-script in (extension-name-and-version ...)
.
Change History (4)
comment:1 Changed 13 years ago by
Cc: | Mario Domenech Goulart added |
---|
comment:2 Changed 13 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
chicken-install
also has to be extended to actually parse the comment in the henrietta response.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This has been implemented. Note that it will not be functional until the henrietta instances at kitten-techologies and call-cc.org have been updated.
I fixed a bug in henrietta, so it will report the correct version in the comment header of every file. See henrietta 0.4 - I don't know exactly where and how it is installed on call-cc.org, though.